{
  "data": {
    "__schema": {
      "queryType": {"name": "query_root"},
      "mutationType": null,
      "subscriptionType": {"name": "subscription_root"},
      "types": [
        {
          "kind": "SCALAR",
          "name": "Boolean",
          "description": null,
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "Boolean_comparison_exp",
          "description": "Boolean expression to compare columns of type \"Boolean\". All fields are combined with logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_eq",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_gt",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_gte",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_in",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_is_null",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lt",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lte",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_neq",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_nin",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "Float",
          "description": null,
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "Int",
          "description": null,
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "Int_comparison_exp",
          "description": "Boolean expression to compare columns of type \"Int\". All fields are combined with logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_eq",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_gt",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_gte",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_in",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "_is_null",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lt",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lte",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_neq",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_nin",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "String",
          "description": null,
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "String_comparison_exp",
          "description": "Boolean expression to compare columns of type \"String\". All fields are combined with logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_eq",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_gt",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_gte",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_ilike",
              "description": "does the column match the given case-insensitive pattern",
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_in",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "_iregex",
              "description": "does the column match the given POSIX regular expression, case insensitive",
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_is_null",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_like",
              "description": "does the column match the given pattern",
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lt",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lte",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_neq",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_nilike",
              "description": "does the column NOT match the given case-insensitive pattern",
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_nin",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "_niregex",
              "description": "does the column NOT match the given POSIX regular expression, case insensitive",
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_nlike",
              "description": "does the column NOT match the given pattern",
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_nregex",
              "description": "does the column NOT match the given POSIX regular expression, case sensitive",
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_nsimilar",
              "description": "does the column NOT match the given SQL regular expression",
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_regex",
              "description": "does the column match the given POSIX regular expression, case sensitive",
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_similar",
              "description": "does the column match the given SQL regular expression",
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "__Directive",
          "description": null,
          "fields": [
            {
              "name": "args",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "__InputValue",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "description",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isRepeatable",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "locations",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "__EnumValue",
          "description": null,
          "fields": [
            {
              "name": "deprecationReason",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "description",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isDeprecated",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "__Field",
          "description": null,
          "fields": [
            {
              "name": "args",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "__InputValue",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "deprecationReason",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "description",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isDeprecated",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "OBJECT", "name": "__Type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "__InputValue",
          "description": null,
          "fields": [
            {
              "name": "defaultValue",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "description",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "OBJECT", "name": "__Type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "__Schema",
          "description": null,
          "fields": [
            {
              "name": "description",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "directives",
              "description": null,
              "args": [],
              "type": {"kind": "OBJECT", "name": "__Directive", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "mutationType",
              "description": null,
              "args": [],
              "type": {"kind": "OBJECT", "name": "__Type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "queryType",
              "description": null,
              "args": [],
              "type": {"kind": "OBJECT", "name": "__Type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "subscriptionType",
              "description": null,
              "args": [],
              "type": {"kind": "OBJECT", "name": "__Type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "types",
              "description": null,
              "args": [],
              "type": {"kind": "OBJECT", "name": "__Type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "__Type",
          "description": null,
          "fields": [
            {
              "name": "description",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "enumValues",
              "description": null,
              "args": [
                {
                  "name": "includeDeprecated",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": "false"
                }
              ],
              "type": {"kind": "OBJECT", "name": "__EnumValue", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "fields",
              "description": null,
              "args": [
                {
                  "name": "includeDeprecated",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": "false"
                }
              ],
              "type": {"kind": "OBJECT", "name": "__Field", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "inputFields",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "__InputValue",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "interfaces",
              "description": null,
              "args": [],
              "type": {"kind": "OBJECT", "name": "__Type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kind",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "ENUM", "name": "__TypeKind", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ofType",
              "description": null,
              "args": [],
              "type": {"kind": "OBJECT", "name": "__Type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "possibleTypes",
              "description": null,
              "args": [],
              "type": {"kind": "OBJECT", "name": "__Type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "__TypeKind",
          "description": null,
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "ENUM",
              "description": null,
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "INPUT_OBJECT",
              "description": null,
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "INTERFACE",
              "description": null,
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "LIST",
              "description": null,
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "NON_NULL",
              "description": null,
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "OBJECT",
              "description": null,
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "SCALAR",
              "description": null,
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "UNION",
              "description": null,
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "_entity_id",
          "description": null,
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "_int8",
          "description": null,
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "_transfer",
          "description": "columns and relationships of \"_transfer\"",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"transfer_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "errata",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "errata_type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "is_approval",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft",
              "description": "An object relationship",
              "args": [],
              "type": {"kind": "OBJECT", "name": "nft", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token",
              "description": "An object relationship",
              "args": [],
              "type": {"kind": "OBJECT", "name": "token", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction",
              "description": "An object relationship",
              "args": [],
              "type": {"kind": "OBJECT", "name": "transaction", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "transfer_type",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "_transfer_aggregate",
          "description": "aggregated selection of \"_transfer\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "_transfer_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "_transfer_aggregate_fields",
          "description": "aggregate fields of \"_transfer\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "_transfer_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "_transfer_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "_transfer_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "_transfer_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "_transfer_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "_transfer_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "_transfer_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "_transfer_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "_transfer_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "_transfer_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_transfer_aggregate_order_by",
          "description": "order by aggregate values of table \"_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "avg",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_transfer_avg_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "count",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_transfer_max_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "min",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_transfer_min_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_transfer_stddev_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_transfer_stddev_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_transfer_stddev_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sum",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_transfer_sum_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_transfer_var_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_transfer_var_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "variance",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_transfer_variance_order_by",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "_transfer_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_transfer_avg_order_by",
          "description": "order by avg() on columns of table \"_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_transfer_bool_exp",
          "description": "Boolean expression to filter rows from the table \"_transfer\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_transfer_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_transfer_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "errata",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "errata_type_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "is_approval",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "nft",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "transaction",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transfer_type_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "_transfer_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"transfer_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "errata",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "errata_type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "transfer_type",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_transfer_max_order_by",
          "description": "order by max() on columns of table \"_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "errata",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "_transfer_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"transfer_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "errata",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "errata_type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "transfer_type",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_transfer_min_order_by",
          "description": "order by min() on columns of table \"_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "errata",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_transfer_order_by",
          "description": "Ordering options when selecting data from \"_transfer\".",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "errata",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "is_approval",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "nft",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "transaction",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_transfer_select_column",
          "description": "select columns of table \"_transfer\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "amount",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "errata",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "is_approval",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "_transfer_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_transfer_stddev_order_by",
          "description": "order by stddev() on columns of table \"_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "_transfer_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_transfer_stddev_pop_order_by",
          "description": "order by stddev_pop() on columns of table \"_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "_transfer_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_transfer_stddev_samp_order_by",
          "description": "order by stddev_samp() on columns of table \"_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_transfer_stream_cursor_input",
          "description": "Streaming cursor of the table \"_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "_transfer_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_transfer_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "errata",
              "description": null,
              "type": {"kind": "SCALAR", "name": "errata_type", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "is_approval",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "transfer_type",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "_transfer_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_transfer_sum_order_by",
          "description": "order by sum() on columns of table \"_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "_transfer_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_transfer_var_pop_order_by",
          "description": "order by var_pop() on columns of table \"_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "_transfer_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_transfer_var_samp_order_by",
          "description": "order by var_samp() on columns of table \"_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "_transfer_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_transfer_variance_order_by",
          "description": "order by variance() on columns of table \"_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "account_transfer_args",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "entity_row",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "entity_scalar",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book",
          "description": "columns and relationships of \"address_book\"",
          "fields": [
            {
              "name": "address_book_entry",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "address_book_entry_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "address_book_entry_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_entry_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "address_book_entry",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "address_book_entry_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "address_book_entry_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "address_book_entry_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_entry_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "address_book_entry_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"address_book_end_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "file_data",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "file_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"address_book_start_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_aggregate",
          "description": "aggregated selection of \"address_book\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "address_book",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_aggregate_fields",
          "description": "aggregate fields of \"address_book\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "address_book_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "end_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "file_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_bool_exp",
          "description": "Boolean expression to filter rows from the table \"address_book\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "address_book_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "address_book_entry",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "address_book_entry_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "address_book_entry_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "address_book_entry_aggregate_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "end_consensus_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "end_consensus_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "file_data",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "file_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "node_count",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Int_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "start_consensus_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "start_consensus_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_entry",
          "description": "columns and relationships of \"address_book_entry\"",
          "fields": [
            {
              "name": "address_book",
              "description": "An object relationship",
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"address_book_entry_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "description",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "memo",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_cert_hash",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "public_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_entry_aggregate",
          "description": "aggregated selection of \"address_book_entry\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_entry_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "address_book_entry",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_entry_aggregate_bool_exp",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "count",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "address_book_entry_aggregate_bool_exp_count",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_entry_aggregate_bool_exp_count",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "address_book_entry_select_column",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "address_book_entry_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Int_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_entry_aggregate_fields",
          "description": "aggregate fields of \"address_book_entry\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_entry_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "address_book_entry_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_entry_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_entry_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_entry_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_entry_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_entry_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_entry_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_entry_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_entry_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_entry_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_entry_aggregate_order_by",
          "description": "order by aggregate values of table \"address_book_entry\"",
          "fields": null,
          "inputFields": [
            {
              "name": "avg",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "address_book_entry_avg_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "count",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "address_book_entry_max_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "min",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "address_book_entry_min_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "address_book_entry_stddev_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "address_book_entry_stddev_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "address_book_entry_stddev_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sum",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "address_book_entry_sum_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "address_book_entry_var_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "address_book_entry_var_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "variance",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "address_book_entry_variance_order_by",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_entry_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_entry_avg_order_by",
          "description": "order by avg() on columns of table \"address_book_entry\"",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_entry_bool_exp",
          "description": "Boolean expression to filter rows from the table \"address_book_entry\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_entry_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "address_book_entry_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_entry_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "address_book",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "address_book_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "memo",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "node_cert_hash",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "node_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "public_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stake",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_entry_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"address_book_entry_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "description",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "memo",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "public_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_entry_max_order_by",
          "description": "order by max() on columns of table \"address_book_entry\"",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "description",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "memo",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "public_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_entry_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"address_book_entry_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "description",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "memo",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "public_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_entry_min_order_by",
          "description": "order by min() on columns of table \"address_book_entry\"",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "description",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "memo",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "public_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_entry_order_by",
          "description": "Ordering options when selecting data from \"address_book_entry\".",
          "fields": null,
          "inputFields": [
            {
              "name": "address_book",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "address_book_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "description",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "memo",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_cert_hash",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "public_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "address_book_entry_select_column",
          "description": "select columns of table \"address_book_entry\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "consensus_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "description",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "memo",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_cert_hash",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "public_key",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_entry_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_entry_stddev_order_by",
          "description": "order by stddev() on columns of table \"address_book_entry\"",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_entry_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_entry_stddev_pop_order_by",
          "description": "order by stddev_pop() on columns of table \"address_book_entry\"",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_entry_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_entry_stddev_samp_order_by",
          "description": "order by stddev_samp() on columns of table \"address_book_entry\"",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_entry_stream_cursor_input",
          "description": "Streaming cursor of the table \"address_book_entry\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "address_book_entry_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_entry_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "description",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "memo",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_cert_hash",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "public_key",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_entry_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_entry_sum_order_by",
          "description": "order by sum() on columns of table \"address_book_entry\"",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_entry_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_entry_var_pop_order_by",
          "description": "order by var_pop() on columns of table \"address_book_entry\"",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_entry_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_entry_var_samp_order_by",
          "description": "order by var_samp() on columns of table \"address_book_entry\"",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_entry_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_entry_variance_order_by",
          "description": "order by variance() on columns of table \"address_book_entry\"",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "end_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"address_book_end_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "file_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"address_book_start_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "end_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"address_book_end_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "file_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"address_book_start_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_order_by",
          "description": "Ordering options when selecting data from \"address_book\".",
          "fields": null,
          "inputFields": [
            {
              "name": "address_book_entry_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "address_book_entry_aggregate_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "end_consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "end_consensus_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "file_data",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "file_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_count",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_consensus_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "address_book_select_column",
          "description": "select columns of table \"address_book\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "end_consensus_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "file_data",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "file_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_count",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_consensus_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_service_endpoint",
          "description": "Network address book node service endpoints",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"address_book_service_endpoint_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "domain_name",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ip_address_v4",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "port",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_service_endpoint_aggregate",
          "description": "aggregated selection of \"address_book_service_endpoint\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_service_endpoint_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "address_book_service_endpoint",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_service_endpoint_aggregate_fields",
          "description": "aggregate fields of \"address_book_service_endpoint\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_service_endpoint_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "address_book_service_endpoint_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_service_endpoint_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_service_endpoint_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_service_endpoint_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_service_endpoint_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_service_endpoint_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_service_endpoint_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_service_endpoint_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_service_endpoint_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_service_endpoint_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_service_endpoint_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "port",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_service_endpoint_bool_exp",
          "description": "Boolean expression to filter rows from the table \"address_book_service_endpoint\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_service_endpoint_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "address_book_service_endpoint_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_service_endpoint_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain_name",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "ip_address_v4",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "node_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "port",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Int_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_service_endpoint_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"address_book_service_endpoint_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "domain_name",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ip_address_v4",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "port",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_service_endpoint_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"address_book_service_endpoint_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "domain_name",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ip_address_v4",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "port",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_service_endpoint_order_by",
          "description": "Ordering options when selecting data from \"address_book_service_endpoint\".",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "domain_name",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "ip_address_v4",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "port",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "address_book_service_endpoint_select_column",
          "description": "select columns of table \"address_book_service_endpoint\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "consensus_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "domain_name",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ip_address_v4",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "port",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_service_endpoint_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "port",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_service_endpoint_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "port",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_service_endpoint_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "port",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_service_endpoint_stream_cursor_input",
          "description": "Streaming cursor of the table \"address_book_service_endpoint\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "address_book_service_endpoint_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_service_endpoint_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "domain_name",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "ip_address_v4",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "port",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_service_endpoint_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "port",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_service_endpoint_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "port",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_service_endpoint_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "port",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_service_endpoint_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "port",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "end_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "file_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "end_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "file_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "end_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "file_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_stream_cursor_input",
          "description": "Streaming cursor of the table \"address_book\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "address_book_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "address_book_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "end_consensus_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "file_data",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "file_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_count",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_consensus_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "end_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "file_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "end_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "file_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "end_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "file_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "address_book_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "end_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "file_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "airdrop_state",
          "description": null,
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "airdrop_state_comparison_exp",
          "description": "Boolean expression to compare columns of type \"airdrop_state\". All fields are combined with logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_eq",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "airdrop_state",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_gt",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "airdrop_state",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_gte",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "airdrop_state",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_in",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "airdrop_state",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_is_null",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lt",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "airdrop_state",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_lte",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "airdrop_state",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_neq",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "airdrop_state",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_nin",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "airdrop_state",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "assessed_custom_fee",
          "description": "Assessed custom fees for HTS transactions",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "collector_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"assessed_custom_fee_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "effective_payer_account_ids",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "assessed_custom_fee_aggregate",
          "description": "aggregated selection of \"assessed_custom_fee\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "assessed_custom_fee_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "assessed_custom_fee",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "assessed_custom_fee_aggregate_bool_exp",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "count",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "assessed_custom_fee_aggregate_bool_exp_count",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "assessed_custom_fee_aggregate_bool_exp_count",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "assessed_custom_fee_select_column",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "assessed_custom_fee_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Int_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "assessed_custom_fee_aggregate_fields",
          "description": "aggregate fields of \"assessed_custom_fee\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "assessed_custom_fee_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "assessed_custom_fee_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "assessed_custom_fee_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "assessed_custom_fee_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "assessed_custom_fee_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "assessed_custom_fee_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "assessed_custom_fee_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "assessed_custom_fee_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "assessed_custom_fee_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "assessed_custom_fee_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "assessed_custom_fee_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "assessed_custom_fee_aggregate_order_by",
          "description": "order by aggregate values of table \"assessed_custom_fee\"",
          "fields": null,
          "inputFields": [
            {
              "name": "avg",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "assessed_custom_fee_avg_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "count",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "assessed_custom_fee_max_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "min",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "assessed_custom_fee_min_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "assessed_custom_fee_stddev_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "assessed_custom_fee_stddev_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "assessed_custom_fee_stddev_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sum",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "assessed_custom_fee_sum_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "assessed_custom_fee_var_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "assessed_custom_fee_var_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "variance",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "assessed_custom_fee_variance_order_by",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "assessed_custom_fee_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "collector_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "assessed_custom_fee_avg_order_by",
          "description": "order by avg() on columns of table \"assessed_custom_fee\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "collector_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "assessed_custom_fee_bool_exp",
          "description": "Boolean expression to filter rows from the table \"assessed_custom_fee\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "assessed_custom_fee_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "assessed_custom_fee_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "assessed_custom_fee_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "collector_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "effective_payer_account_ids",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_array_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "assessed_custom_fee_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "collector_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"assessed_custom_fee_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "effective_payer_account_ids",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "assessed_custom_fee_max_order_by",
          "description": "order by max() on columns of table \"assessed_custom_fee\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "collector_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "effective_payer_account_ids",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "assessed_custom_fee_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "collector_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"assessed_custom_fee_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "effective_payer_account_ids",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "assessed_custom_fee_min_order_by",
          "description": "order by min() on columns of table \"assessed_custom_fee\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "collector_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "effective_payer_account_ids",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "assessed_custom_fee_order_by",
          "description": "Ordering options when selecting data from \"assessed_custom_fee\".",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "collector_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "effective_payer_account_ids",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "assessed_custom_fee_select_column",
          "description": "select columns of table \"assessed_custom_fee\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "amount",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "collector_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "effective_payer_account_ids",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "assessed_custom_fee_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "collector_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "assessed_custom_fee_stddev_order_by",
          "description": "order by stddev() on columns of table \"assessed_custom_fee\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "collector_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "assessed_custom_fee_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "collector_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "assessed_custom_fee_stddev_pop_order_by",
          "description": "order by stddev_pop() on columns of table \"assessed_custom_fee\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "collector_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "assessed_custom_fee_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "collector_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "assessed_custom_fee_stddev_samp_order_by",
          "description": "order by stddev_samp() on columns of table \"assessed_custom_fee\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "collector_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "assessed_custom_fee_stream_cursor_input",
          "description": "Streaming cursor of the table \"assessed_custom_fee\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "assessed_custom_fee_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "assessed_custom_fee_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "collector_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "effective_payer_account_ids",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "assessed_custom_fee_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "collector_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "assessed_custom_fee_sum_order_by",
          "description": "order by sum() on columns of table \"assessed_custom_fee\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "collector_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "assessed_custom_fee_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "collector_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "assessed_custom_fee_var_pop_order_by",
          "description": "order by var_pop() on columns of table \"assessed_custom_fee\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "collector_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "assessed_custom_fee_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "collector_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "assessed_custom_fee_var_samp_order_by",
          "description": "order by var_samp() on columns of table \"assessed_custom_fee\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "collector_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "assessed_custom_fee_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "collector_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "assessed_custom_fee_variance_order_by",
          "description": "order by variance() on columns of table \"assessed_custom_fee\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "collector_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "bigint",
          "description": null,
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "bigint_array_comparison_exp",
          "description": "Boolean expression to compare columns of type \"bigint\". All fields are combined with logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_contained_in",
              "description": "is the array contained in the given array value",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "_contains",
              "description": "does the array contain the given value",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "_eq",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "_gt",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "_gte",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "_in",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "SCALAR",
                        "name": "bigint",
                        "ofType": null
                      }
                    }
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_is_null",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lt",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "_lte",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "_neq",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "_nin",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "SCALAR",
                        "name": "bigint",
                        "ofType": null
                      }
                    }
                  }
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "bigint_comparison_exp",
          "description": "Boolean expression to compare columns of type \"bigint\". All fields are combined with logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_eq",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_gt",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_gte",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_in",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "_is_null",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lt",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lte",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_neq",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_nin",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "bytea",
          "description": null,
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "bytea_array_comparison_exp",
          "description": "Boolean expression to compare columns of type \"bytea\". All fields are combined with logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_contained_in",
              "description": "is the array contained in the given array value",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "_contains",
              "description": "does the array contain the given value",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "_eq",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "_gt",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "_gte",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "_in",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "SCALAR",
                        "name": "bytea",
                        "ofType": null
                      }
                    }
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_is_null",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lt",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "_lte",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "_neq",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "_nin",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "SCALAR",
                        "name": "bytea",
                        "ofType": null
                      }
                    }
                  }
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "bytea_comparison_exp",
          "description": "Boolean expression to compare columns of type \"bytea\". All fields are combined with logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_eq",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_gt",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_gte",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_in",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "_is_null",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lt",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lte",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_neq",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_nin",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "child_transactions_args",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "transaction_row",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "transaction_scalar",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract",
          "description": "columns and relationships of \"contract\"",
          "fields": [
            {
              "name": "file_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initcode",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "runtime_bytecode",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_action",
          "description": "columns and relationships of \"contract_action\"",
          "fields": [
            {
              "name": "call_depth",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_operation_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "caller",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "caller_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "entity_type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"contract_action_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_used",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "input",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_account",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_address",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_contract",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result_data",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result_data_type",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "value",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_action_aggregate",
          "description": "aggregated selection of \"contract_action\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_action_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract_action",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_action_aggregate_fields",
          "description": "aggregate fields of \"contract_action\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_action_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_action_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_action_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_action_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_action_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_action_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_action_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_action_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_action_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_action_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_action_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_action_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "call_depth",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_operation_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "caller",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_used",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_account",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_contract",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result_data_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "value",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_action_bool_exp",
          "description": "Boolean expression to filter rows from the table \"contract_action\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_action_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "contract_action_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_action_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "call_depth",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Int_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "call_operation_type",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Int_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "call_type",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Int_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "caller",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "caller_type",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "entity_type_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gas",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gas_used",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "index",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Int_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "input",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "recipient_account",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "recipient_address",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "recipient_contract",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "result_data",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "result_data_type",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Int_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "value",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_action_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "call_depth",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_operation_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "caller",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "caller_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "entity_type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"contract_action_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_used",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_account",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_contract",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result_data_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "value",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_action_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "call_depth",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_operation_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "caller",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "caller_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "entity_type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"contract_action_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_used",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_account",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_contract",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result_data_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "value",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_action_order_by",
          "description": "Ordering options when selecting data from \"contract_action\".",
          "fields": null,
          "inputFields": [
            {
              "name": "call_depth",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "call_operation_type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "call_type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "caller",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "caller_type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "gas",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "gas_used",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "index",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "input",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "recipient_account",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "recipient_address",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "recipient_contract",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "result_data",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "result_data_type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "value",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "contract_action_select_column",
          "description": "select columns of table \"contract_action\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "call_depth",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_operation_type",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_type",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "caller",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "caller_type",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_used",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "input",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_account",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_address",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_contract",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result_data",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result_data_type",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "value",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_action_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "call_depth",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_operation_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "caller",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_used",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_account",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_contract",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result_data_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "value",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_action_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "call_depth",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_operation_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "caller",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_used",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_account",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_contract",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result_data_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "value",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_action_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "call_depth",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_operation_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "caller",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_used",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_account",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_contract",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result_data_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "value",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_action_stream_cursor_input",
          "description": "Streaming cursor of the table \"contract_action\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "contract_action_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_action_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "call_depth",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "call_operation_type",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "call_type",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "caller",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "caller_type",
              "description": null,
              "type": {"kind": "SCALAR", "name": "entity_type", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "gas",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "gas_used",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "index",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "input",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "recipient_account",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "recipient_address",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "recipient_contract",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "result_data",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "result_data_type",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "value",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_action_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "call_depth",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_operation_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "caller",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_used",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_account",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_contract",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result_data_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "value",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_action_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "call_depth",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_operation_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "caller",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_used",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_account",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_contract",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result_data_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "value",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_action_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "call_depth",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_operation_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "caller",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_used",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_account",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_contract",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result_data_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "value",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_action_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "call_depth",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_operation_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "caller",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_used",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_account",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recipient_contract",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result_data_type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "value",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_aggregate",
          "description": "aggregated selection of \"contract\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_aggregate_fields",
          "description": "aggregate fields of \"contract\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "file_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_bool_exp",
          "description": "Boolean expression to filter rows from the table \"contract\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "contract_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "file_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "initcode",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "runtime_bytecode",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_log",
          "description": "columns and relationships of \"contract_log\"",
          "fields": [
            {
              "name": "bloom",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"contract_log_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "data",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "root_contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic0",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic1",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic2",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic3",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_hash",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_log_aggregate",
          "description": "aggregated selection of \"contract_log\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_log_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract_log",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_log_aggregate_fields",
          "description": "aggregate fields of \"contract_log\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_log_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_log_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_log_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_log_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_log_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_log_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_log_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_log_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_log_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_log_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_log_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_log_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "root_contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_log_bool_exp",
          "description": "Boolean expression to filter rows from the table \"contract_log\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_log_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "contract_log_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_log_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "bloom",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "contract_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "index",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Int_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "root_contract_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "topic0",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "topic1",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "topic2",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "topic3",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "transaction_hash",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Int_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_log_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"contract_log_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "root_contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_log_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"contract_log_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "root_contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_log_order_by",
          "description": "Ordering options when selecting data from \"contract_log\".",
          "fields": null,
          "inputFields": [
            {
              "name": "bloom",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "contract_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "data",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "index",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "root_contract_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "topic0",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "topic1",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "topic2",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "topic3",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "transaction_hash",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "contract_log_select_column",
          "description": "select columns of table \"contract_log\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "bloom",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "data",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "root_contract_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic0",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic1",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic2",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic3",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_hash",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_index",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_log_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "root_contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_log_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "root_contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_log_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "root_contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_log_stream_cursor_input",
          "description": "Streaming cursor of the table \"contract_log\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "contract_log_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_log_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "bloom",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "contract_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "data",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "index",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "root_contract_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "topic0",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "topic1",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "topic2",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "topic3",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "transaction_hash",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_log_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "root_contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_log_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "root_contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_log_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "root_contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_log_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "root_contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "file_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "file_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_order_by",
          "description": "Ordering options when selecting data from \"contract\".",
          "fields": null,
          "inputFields": [
            {
              "name": "file_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "initcode",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "runtime_bytecode",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_result",
          "description": "columns and relationships of \"contract_result\"",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "bloom",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_result",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"contract_result_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_contract_ids",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "error_message",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "failed_initcode",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "function_parameters",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "function_result",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_consumed",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_used",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_hash",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_nonce",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_result",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "smallint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_result_aggregate",
          "description": "aggregated selection of \"contract_result\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_result_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract_result",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_result_aggregate_fields",
          "description": "aggregate fields of \"contract_result\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_result_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_result_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_result_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_result_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_result_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_result_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_result_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_result_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_result_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_result_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_result_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_result_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_consumed",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_used",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_result",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_result_bool_exp",
          "description": "Boolean expression to filter rows from the table \"contract_result\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_result_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "contract_result_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_result_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "bloom",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "call_result",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "contract_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "created_contract_ids",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_array_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "error_message",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "failed_initcode",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "function_parameters",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "function_result",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gas_consumed",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gas_used",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sender_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "transaction_hash",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Int_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "transaction_nonce",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Int_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "transaction_result",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "smallint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_result_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"contract_result_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_contract_ids",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "error_message",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_consumed",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_used",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_result",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_result_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"contract_result_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_contract_ids",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "error_message",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_consumed",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_used",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_result",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_result_order_by",
          "description": "Ordering options when selecting data from \"contract_result\".",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "bloom",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "call_result",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "contract_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_contract_ids",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "error_message",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "failed_initcode",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "function_parameters",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "function_result",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "gas_consumed",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "gas_used",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "transaction_hash",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "transaction_nonce",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "transaction_result",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "contract_result_select_column",
          "description": "select columns of table \"contract_result\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "amount",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "bloom",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_result",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_contract_ids",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "error_message",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "failed_initcode",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "function_parameters",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "function_result",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_consumed",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_limit",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_used",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_hash",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_index",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_nonce",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_result",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_result_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_consumed",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_used",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_result",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_result_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_consumed",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_used",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_result",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_result_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_consumed",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_used",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_result",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_result_stream_cursor_input",
          "description": "Streaming cursor of the table \"contract_result\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "contract_result_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_result_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "bloom",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "call_result",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "contract_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_contract_ids",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "error_message",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "failed_initcode",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "function_parameters",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "function_result",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "gas_consumed",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "gas_used",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "transaction_hash",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "transaction_nonce",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "transaction_result",
              "description": null,
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_result_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_consumed",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_used",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_result",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_result_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_consumed",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_used",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_result",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_result_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_consumed",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_used",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_result",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_result_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_consumed",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_used",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_result",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "contract_select_column",
          "description": "select columns of table \"contract\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "file_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initcode",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "runtime_bytecode",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state",
          "description": "columns and relationships of \"contract_state\"",
          "fields": [
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": "A computed field, executes function \"contract_state_created_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": "A computed field, executes function \"contract_state_modified_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "slot",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "value",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_aggregate",
          "description": "aggregated selection of \"contract_state\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract_state",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_aggregate_fields",
          "description": "aggregate fields of \"contract_state\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_state_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_state_bool_exp",
          "description": "Boolean expression to filter rows from the table \"contract_state\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_state_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "contract_state_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_state_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "contract_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "slot",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "value",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_change",
          "description": "columns and relationships of \"contract_state_change\"",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"contract_state_change_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "migration",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Boolean", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "slot",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "value_read",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "value_written",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_change_aggregate",
          "description": "aggregated selection of \"contract_state_change\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state_change_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract_state_change",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_change_aggregate_fields",
          "description": "aggregate fields of \"contract_state_change\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state_change_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_state_change_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state_change_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state_change_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state_change_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state_change_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state_change_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state_change_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state_change_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state_change_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state_change_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_change_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_state_change_bool_exp",
          "description": "Boolean expression to filter rows from the table \"contract_state_change\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_state_change_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "contract_state_change_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_state_change_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "contract_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "migration",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "slot",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "value_read",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "value_written",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_change_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"contract_state_change_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_change_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"contract_state_change_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_state_change_order_by",
          "description": "Ordering options when selecting data from \"contract_state_change\".",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "contract_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "migration",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "slot",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "value_read",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "value_written",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "contract_state_change_select_column",
          "description": "select columns of table \"contract_state_change\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "consensus_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "migration",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "slot",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "value_read",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "value_written",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_change_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_change_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_change_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_state_change_stream_cursor_input",
          "description": "Streaming cursor of the table \"contract_state_change\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "contract_state_change_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_state_change_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "contract_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "migration",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "slot",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "value_read",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "value_written",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_change_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_change_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_change_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_change_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": "A computed field, executes function \"contract_state_created_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": "A computed field, executes function \"contract_state_modified_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": "A computed field, executes function \"contract_state_created_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": "A computed field, executes function \"contract_state_modified_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_state_order_by",
          "description": "Ordering options when selecting data from \"contract_state\".",
          "fields": null,
          "inputFields": [
            {
              "name": "contract_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "slot",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "value",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "contract_state_select_column",
          "description": "select columns of table \"contract_state\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "contract_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "slot",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "value",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_state_stream_cursor_input",
          "description": "Streaming cursor of the table \"contract_state\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "contract_state_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_state_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "contract_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "slot",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "value",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_state_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "contract_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "file_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "file_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "file_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_stream_cursor_input",
          "description": "Streaming cursor of the table \"contract\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "contract_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "file_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "initcode",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "runtime_bytecode",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "file_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_transactions_last_24hrs",
          "description": "columns and relationships of \"contract_transactions_last_24hrs\"",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "updated_at",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_transactions_last_24hrs_aggregate",
          "description": "aggregated selection of \"contract_transactions_last_24hrs\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_transactions_last_24hrs_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract_transactions_last_24hrs",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_transactions_last_24hrs_aggregate_fields",
          "description": "aggregate fields of \"contract_transactions_last_24hrs\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_transactions_last_24hrs_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_transactions_last_24hrs_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_transactions_last_24hrs_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_transactions_last_24hrs_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_transactions_last_24hrs_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_transactions_last_24hrs_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_transactions_last_24hrs_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_transactions_last_24hrs_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_transactions_last_24hrs_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_transactions_last_24hrs_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "contract_transactions_last_24hrs_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_transactions_last_24hrs_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_transactions_last_24hrs_bool_exp",
          "description": "Boolean expression to filter rows from the table \"contract_transactions_last_24hrs\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_transactions_last_24hrs_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "contract_transactions_last_24hrs_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_transactions_last_24hrs_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "count",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updated_at",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "timestamp_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_transactions_last_24hrs_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "updated_at",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_transactions_last_24hrs_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "updated_at",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_transactions_last_24hrs_order_by",
          "description": "Ordering options when selecting data from \"contract_transactions_last_24hrs\".",
          "fields": null,
          "inputFields": [
            {
              "name": "count",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "updated_at",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "contract_transactions_last_24hrs_select_column",
          "description": "select columns of table \"contract_transactions_last_24hrs\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "count",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "updated_at",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_transactions_last_24hrs_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_transactions_last_24hrs_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_transactions_last_24hrs_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_transactions_last_24hrs_stream_cursor_input",
          "description": "Streaming cursor of the table \"contract_transactions_last_24hrs\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "contract_transactions_last_24hrs_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "contract_transactions_last_24hrs_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "count",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "updated_at",
              "description": null,
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_transactions_last_24hrs_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_transactions_last_24hrs_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_transactions_last_24hrs_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_transactions_last_24hrs_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "file_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "file_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "contract_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "file_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance",
          "description": "Hbar allowances delegated by payer to spender",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_crypto_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": "A computed field, executes function \"crypto_allowance_modified_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "int8range",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_aggregate",
          "description": "aggregated selection of \"crypto_allowance\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_allowance_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "crypto_allowance",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_aggregate_fields",
          "description": "aggregate fields of \"crypto_allowance\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_allowance_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "crypto_allowance_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_allowance_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_allowance_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_allowance_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_allowance_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_allowance_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_allowance_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_allowance_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_allowance_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_allowance_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_crypto_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_allowance_bool_exp",
          "description": "Boolean expression to filter rows from the table \"crypto_allowance\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_allowance_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_allowance_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_allowance_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "int8range_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_history",
          "description": "History of hbar allowances delegated by payer to spender",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "int8range",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_history_aggregate",
          "description": "aggregated selection of \"crypto_allowance_history\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_allowance_history_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "crypto_allowance_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_history_aggregate_fields",
          "description": "aggregate fields of \"crypto_allowance_history\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_allowance_history_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "crypto_allowance_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_allowance_history_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_allowance_history_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_allowance_history_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_allowance_history_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_allowance_history_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_allowance_history_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_allowance_history_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_allowance_history_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_allowance_history_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_history_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_allowance_history_bool_exp",
          "description": "Boolean expression to filter rows from the table \"crypto_allowance_history\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_allowance_history_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_allowance_history_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_allowance_history_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "int8range_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_history_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_history_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_allowance_history_order_by",
          "description": "Ordering options when selecting data from \"crypto_allowance_history\".",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "crypto_allowance_history_select_column",
          "description": "select columns of table \"crypto_allowance_history\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "amount",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_history_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_history_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_history_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_allowance_history_stream_cursor_input",
          "description": "Streaming cursor of the table \"crypto_allowance_history\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "crypto_allowance_history_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_allowance_history_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_history_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_history_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_history_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_history_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_crypto_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": "A computed field, executes function \"crypto_allowance_modified_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_crypto_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": "A computed field, executes function \"crypto_allowance_modified_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_allowance_order_by",
          "description": "Ordering options when selecting data from \"crypto_allowance\".",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "crypto_allowance_select_column",
          "description": "select columns of table \"crypto_allowance\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "amount",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_crypto_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_crypto_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_crypto_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_allowance_stream_cursor_input",
          "description": "Streaming cursor of the table \"crypto_allowance\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "crypto_allowance_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_allowance_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_crypto_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_crypto_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_crypto_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_allowance_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_crypto_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_transfer",
          "description": "columns and relationships of \"crypto_transfer\"",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"crypto_transfer_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "errata",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "errata_type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "is_approval",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_transfer",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "nft_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_transfer_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "nft_transfer_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_transfer",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_transfer_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "token_transfer_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction",
              "description": "An object relationship",
              "args": [],
              "type": {"kind": "OBJECT", "name": "transaction", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_transfer_aggregate",
          "description": "aggregated selection of \"crypto_transfer\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_transfer_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "crypto_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_transfer_aggregate_bool_exp",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "bool_and",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_transfer_aggregate_bool_exp_bool_and",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "bool_or",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_transfer_aggregate_bool_exp_bool_or",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "count",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_transfer_aggregate_bool_exp_count",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_transfer_aggregate_bool_exp_bool_and",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "crypto_transfer_select_column_crypto_transfer_aggregate_bool_exp_bool_and_arguments_columns",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Boolean_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_transfer_aggregate_bool_exp_bool_or",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "crypto_transfer_select_column_crypto_transfer_aggregate_bool_exp_bool_or_arguments_columns",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Boolean_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_transfer_aggregate_bool_exp_count",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "crypto_transfer_select_column",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Int_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_transfer_aggregate_fields",
          "description": "aggregate fields of \"crypto_transfer\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_transfer_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "crypto_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_transfer_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_transfer_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_transfer_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_transfer_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_transfer_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_transfer_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_transfer_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_transfer_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_transfer_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_transfer_aggregate_order_by",
          "description": "order by aggregate values of table \"crypto_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "avg",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_transfer_avg_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "count",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_transfer_max_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "min",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_transfer_min_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_transfer_stddev_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_transfer_stddev_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_transfer_stddev_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sum",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_transfer_sum_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_transfer_var_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_transfer_var_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "variance",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_transfer_variance_order_by",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_transfer_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_transfer_avg_order_by",
          "description": "order by avg() on columns of table \"crypto_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_transfer_bool_exp",
          "description": "Boolean expression to filter rows from the table \"crypto_transfer\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_transfer_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_transfer_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "errata",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "errata_type_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "is_approval",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "nft_transfer",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "nft_transfer_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_transfer_aggregate_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_transfer",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_transfer_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_transfer_aggregate_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "transaction",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_transfer_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"crypto_transfer_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "errata",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "errata_type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_transfer_max_order_by",
          "description": "order by max() on columns of table \"crypto_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "errata",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_transfer_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"crypto_transfer_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "errata",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "errata_type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_transfer_min_order_by",
          "description": "order by min() on columns of table \"crypto_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "errata",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_transfer_order_by",
          "description": "Ordering options when selecting data from \"crypto_transfer\".",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "errata",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "is_approval",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "nft_transfer_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_transfer_aggregate_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_transfer_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_transfer_aggregate_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "transaction",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_order_by",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "crypto_transfer_select_column",
          "description": "select columns of table \"crypto_transfer\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "amount",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "errata",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "is_approval",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "crypto_transfer_select_column_crypto_transfer_aggregate_bool_exp_bool_and_arguments_columns",
          "description": "select \"crypto_transfer_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"crypto_transfer\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "is_approval",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "crypto_transfer_select_column_crypto_transfer_aggregate_bool_exp_bool_or_arguments_columns",
          "description": "select \"crypto_transfer_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"crypto_transfer\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "is_approval",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_transfer_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_transfer_stddev_order_by",
          "description": "order by stddev() on columns of table \"crypto_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_transfer_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_transfer_stddev_pop_order_by",
          "description": "order by stddev_pop() on columns of table \"crypto_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_transfer_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_transfer_stddev_samp_order_by",
          "description": "order by stddev_samp() on columns of table \"crypto_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_transfer_stream_cursor_input",
          "description": "Streaming cursor of the table \"crypto_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "crypto_transfer_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_transfer_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "errata",
              "description": null,
              "type": {"kind": "SCALAR", "name": "errata_type", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "is_approval",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_transfer_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_transfer_sum_order_by",
          "description": "order by sum() on columns of table \"crypto_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_transfer_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_transfer_var_pop_order_by",
          "description": "order by var_pop() on columns of table \"crypto_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_transfer_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_transfer_var_samp_order_by",
          "description": "order by var_samp() on columns of table \"crypto_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "crypto_transfer_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "crypto_transfer_variance_order_by",
          "description": "order by variance() on columns of table \"crypto_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "cursor_ordering",
          "description": "ordering argument of a cursor",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "ASC",
              "description": "ascending ordering of the cursor",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "DESC",
              "description": "descending ordering of the cursor",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "custom_fee",
          "description": "columns and relationships of \"custom_fee\"",
          "fields": [
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "fixed_fees",
              "description": null,
              "args": [
                {
                  "name": "path",
                  "description": "JSON select path",
                  "type": {"kind": "SCALAR", "name": "String", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {"kind": "SCALAR", "name": "jsonb", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "fractional_fees",
              "description": null,
              "args": [
                {
                  "name": "path",
                  "description": "JSON select path",
                  "type": {"kind": "SCALAR", "name": "String", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {"kind": "SCALAR", "name": "jsonb", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "royalty_fees",
              "description": null,
              "args": [
                {
                  "name": "path",
                  "description": "JSON select path",
                  "type": {"kind": "SCALAR", "name": "String", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {"kind": "SCALAR", "name": "jsonb", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "int8range",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "custom_fee_aggregate",
          "description": "aggregated selection of \"custom_fee\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "custom_fee_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "custom_fee",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "custom_fee_aggregate_bool_exp",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "count",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "custom_fee_aggregate_bool_exp_count",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "custom_fee_aggregate_bool_exp_count",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "custom_fee_select_column",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "custom_fee_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Int_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "custom_fee_aggregate_fields",
          "description": "aggregate fields of \"custom_fee\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "custom_fee_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "custom_fee_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "custom_fee_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "custom_fee_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "custom_fee_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "custom_fee_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "custom_fee_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "custom_fee_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "custom_fee_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "custom_fee_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "custom_fee_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "custom_fee_aggregate_order_by",
          "description": "order by aggregate values of table \"custom_fee\"",
          "fields": null,
          "inputFields": [
            {
              "name": "avg",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "custom_fee_avg_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "count",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "custom_fee_max_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "min",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "custom_fee_min_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "custom_fee_stddev_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "custom_fee_stddev_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "custom_fee_stddev_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sum",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "custom_fee_sum_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "custom_fee_var_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "custom_fee_var_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "variance",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "custom_fee_variance_order_by",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "custom_fee_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "custom_fee_avg_order_by",
          "description": "order by avg() on columns of table \"custom_fee\"",
          "fields": null,
          "inputFields": [
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "custom_fee_bool_exp",
          "description": "Boolean expression to filter rows from the table \"custom_fee\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "custom_fee_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "custom_fee_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "custom_fee_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "fixed_fees",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "jsonb_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "fractional_fees",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "jsonb_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "royalty_fees",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "jsonb_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "int8range_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "custom_fee_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "custom_fee_max_order_by",
          "description": "order by max() on columns of table \"custom_fee\"",
          "fields": null,
          "inputFields": [
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "custom_fee_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "custom_fee_min_order_by",
          "description": "order by min() on columns of table \"custom_fee\"",
          "fields": null,
          "inputFields": [
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "custom_fee_order_by",
          "description": "Ordering options when selecting data from \"custom_fee\".",
          "fields": null,
          "inputFields": [
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "fixed_fees",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "fractional_fees",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "royalty_fees",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "custom_fee_select_column",
          "description": "select columns of table \"custom_fee\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "entity_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "fixed_fees",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "fractional_fees",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "royalty_fees",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "custom_fee_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "custom_fee_stddev_order_by",
          "description": "order by stddev() on columns of table \"custom_fee\"",
          "fields": null,
          "inputFields": [
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "custom_fee_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "custom_fee_stddev_pop_order_by",
          "description": "order by stddev_pop() on columns of table \"custom_fee\"",
          "fields": null,
          "inputFields": [
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "custom_fee_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "custom_fee_stddev_samp_order_by",
          "description": "order by stddev_samp() on columns of table \"custom_fee\"",
          "fields": null,
          "inputFields": [
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "custom_fee_stream_cursor_input",
          "description": "Streaming cursor of the table \"custom_fee\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "custom_fee_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "custom_fee_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "fixed_fees",
              "description": null,
              "type": {"kind": "SCALAR", "name": "jsonb", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "fractional_fees",
              "description": null,
              "type": {"kind": "SCALAR", "name": "jsonb", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "royalty_fees",
              "description": null,
              "type": {"kind": "SCALAR", "name": "jsonb", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "custom_fee_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "custom_fee_sum_order_by",
          "description": "order by sum() on columns of table \"custom_fee\"",
          "fields": null,
          "inputFields": [
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "custom_fee_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "custom_fee_var_pop_order_by",
          "description": "order by var_pop() on columns of table \"custom_fee\"",
          "fields": null,
          "inputFields": [
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "custom_fee_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "custom_fee_var_samp_order_by",
          "description": "order by var_samp() on columns of table \"custom_fee\"",
          "fields": null,
          "inputFields": [
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "custom_fee_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "custom_fee_variance_order_by",
          "description": "order by variance() on columns of table \"custom_fee\"",
          "fields": null,
          "inputFields": [
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_active_accounts_per_period_args",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_ids",
              "description": null,
              "type": {"kind": "SCALAR", "name": "_entity_id", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "period",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_active_nft_account_cohorts",
          "description": "columns and relationships of \"ecosystem.active_nft_account_cohorts\"",
          "fields": [
            {
              "name": "cohort",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_active_nft_account_cohorts_aggregate",
          "description": "aggregated selection of \"ecosystem.active_nft_account_cohorts\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_active_nft_account_cohorts_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_active_nft_account_cohorts",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_active_nft_account_cohorts_aggregate_fields",
          "description": "aggregate fields of \"ecosystem.active_nft_account_cohorts\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_active_nft_account_cohorts_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_active_nft_account_cohorts_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_active_nft_account_cohorts_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_active_nft_account_cohorts_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_active_nft_account_cohorts_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_active_nft_account_cohorts_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_active_nft_account_cohorts_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_active_nft_account_cohorts_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_active_nft_account_cohorts_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_active_nft_account_cohorts_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_active_nft_account_cohorts_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_active_nft_account_cohorts_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_active_nft_account_cohorts_bool_exp",
          "description": "Boolean expression to filter rows from the table \"ecosystem.active_nft_account_cohorts\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_active_nft_account_cohorts_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "ecosystem_active_nft_account_cohorts_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_active_nft_account_cohorts_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "cohort",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "timestamp_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "period",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "int8range_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "total",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_active_nft_account_cohorts_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "cohort",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_active_nft_account_cohorts_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "cohort",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_active_nft_account_cohorts_order_by",
          "description": "Ordering options when selecting data from \"ecosystem.active_nft_account_cohorts\".",
          "fields": null,
          "inputFields": [
            {
              "name": "cohort",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "period",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "total",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "ecosystem_active_nft_account_cohorts_select_column",
          "description": "select columns of table \"ecosystem.active_nft_account_cohorts\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "cohort",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "period",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_active_nft_account_cohorts_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_active_nft_account_cohorts_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_active_nft_account_cohorts_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_active_nft_account_cohorts_stream_cursor_input",
          "description": "Streaming cursor of the table \"ecosystem_active_nft_account_cohorts\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "ecosystem_active_nft_account_cohorts_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_active_nft_account_cohorts_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "cohort",
              "description": null,
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "period",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "total",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_active_nft_account_cohorts_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_active_nft_account_cohorts_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_active_nft_account_cohorts_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_active_nft_account_cohorts_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_associated_revenue_per_period_args",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_ids",
              "description": null,
              "type": {"kind": "SCALAR", "name": "_entity_id", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "period",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_associated_transaction_fees_per_period_args",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_ids",
              "description": null,
              "type": {"kind": "SCALAR", "name": "_entity_id", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "period",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_associated_transactions_per_period_args",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_ids",
              "description": null,
              "type": {"kind": "SCALAR", "name": "_entity_id", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "period",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_estimated_transaction_totals",
          "description": "columns and relationships of \"ecosystem.estimated_transaction_totals\"",
          "fields": [
            {
              "name": "atma_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_estimated_transaction_totals_aggregate",
          "description": "aggregated selection of \"ecosystem.estimated_transaction_totals\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_estimated_transaction_totals_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_estimated_transaction_totals",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_estimated_transaction_totals_aggregate_fields",
          "description": "aggregate fields of \"ecosystem.estimated_transaction_totals\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_estimated_transaction_totals_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_estimated_transaction_totals_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_estimated_transaction_totals_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_estimated_transaction_totals_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_estimated_transaction_totals_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_estimated_transaction_totals_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_estimated_transaction_totals_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_estimated_transaction_totals_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_estimated_transaction_totals_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_estimated_transaction_totals_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_estimated_transaction_totals_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_estimated_transaction_totals_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "atma_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_estimated_transaction_totals_bool_exp",
          "description": "Boolean expression to filter rows from the table \"ecosystem.estimated_transaction_totals\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_estimated_transaction_totals_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "ecosystem_estimated_transaction_totals_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_estimated_transaction_totals_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atma_transactions",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atma_transactions_q1_2023",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atma_transactions_q1_2024",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atma_transactions_q2_2023",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atma_transactions_q3_2023",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atma_transactions_q4_2023",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "other_transactions",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "other_transactions_q1_2023",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "other_transactions_q1_2024",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "other_transactions_q2_2023",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "other_transactions_q3_2023",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "other_transactions_q4_2023",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "total_transactions",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "total_transactions_q1_2023",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "total_transactions_q1_2024",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "total_transactions_q2_2023",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "total_transactions_q3_2023",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "total_transactions_q4_2023",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_estimated_transaction_totals_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "atma_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_estimated_transaction_totals_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "atma_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_estimated_transaction_totals_order_by",
          "description": "Ordering options when selecting data from \"ecosystem.estimated_transaction_totals\".",
          "fields": null,
          "inputFields": [
            {
              "name": "atma_transactions",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "atma_transactions_q1_2023",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "atma_transactions_q1_2024",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "atma_transactions_q2_2023",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "atma_transactions_q3_2023",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "atma_transactions_q4_2023",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "other_transactions",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "other_transactions_q1_2023",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "other_transactions_q1_2024",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "other_transactions_q2_2023",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "other_transactions_q3_2023",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "other_transactions_q4_2023",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "total_transactions",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "total_transactions_q1_2023",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "total_transactions_q1_2024",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "total_transactions_q2_2023",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "total_transactions_q3_2023",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "total_transactions_q4_2023",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "ecosystem_estimated_transaction_totals_select_column",
          "description": "select columns of table \"ecosystem.estimated_transaction_totals\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atma_transactions",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q1_2023",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q1_2024",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q2_2023",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q3_2023",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q4_2023",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q1_2023",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q1_2024",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q2_2023",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q3_2023",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q4_2023",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q1_2023",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q1_2024",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q2_2023",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q3_2023",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q4_2023",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_estimated_transaction_totals_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "atma_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_estimated_transaction_totals_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "atma_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_estimated_transaction_totals_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "atma_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_estimated_transaction_totals_stream_cursor_input",
          "description": "Streaming cursor of the table \"ecosystem_estimated_transaction_totals\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "ecosystem_estimated_transaction_totals_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_estimated_transaction_totals_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "atma_transactions",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "atma_transactions_q1_2023",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "atma_transactions_q1_2024",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "atma_transactions_q2_2023",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "atma_transactions_q3_2023",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "atma_transactions_q4_2023",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "other_transactions",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "other_transactions_q1_2023",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "other_transactions_q1_2024",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "other_transactions_q2_2023",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "other_transactions_q3_2023",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "other_transactions_q4_2023",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "total_transactions",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "total_transactions_q1_2023",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "total_transactions_q1_2024",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "total_transactions_q2_2023",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "total_transactions_q3_2023",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "total_transactions_q4_2023",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_estimated_transaction_totals_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "atma_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_estimated_transaction_totals_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "atma_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_estimated_transaction_totals_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "atma_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_estimated_transaction_totals_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "atma_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atma_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "other_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q1_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q1_2024",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q2_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q3_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_transactions_q4_2023",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_fees_paid_per_period_args",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_ids",
              "description": null,
              "type": {"kind": "SCALAR", "name": "_entity_id", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "period",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_fungible_token_transfers_per_period_args",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "period",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_ids",
              "description": null,
              "type": {"kind": "SCALAR", "name": "_entity_id", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_hcs_messages_per_period_args",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_ids",
              "description": null,
              "type": {"kind": "SCALAR", "name": "_entity_id", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "period",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_metric",
          "description": "columns and relationships of \"ecosystem.metric\"",
          "fields": [
            {
              "name": "description",
              "description": "An object relationship",
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_metric_description",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_date",
              "description": "A computed field, executes function \"ecosystem.metric_end_date\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_date",
              "description": "A computed field, executes function \"ecosystem.metric_start_date\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_metric_aggregate",
          "description": null,
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_metric_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_metric_aggregate_fields",
          "description": "aggregate fields of \"ecosystem.metric\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_metric_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_metric_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_metric_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_metric_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_metric_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_metric_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_metric_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_metric_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_metric_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_metric_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_metric_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_metric_bool_exp",
          "description": "Boolean expression to filter rows from the table \"ecosystem.metric\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "ecosystem_metric_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "description",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "ecosystem_metric_description_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "end_date",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "timestamp_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "period",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "start_date",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "timestamp_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "int8range_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "total",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_metric_description",
          "description": "columns and relationships of \"ecosystem.metric_description\"",
          "fields": [
            {
              "name": "description",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "methodology",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_metric_description_aggregate",
          "description": "aggregated selection of \"ecosystem.metric_description\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_metric_description_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric_description",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_metric_description_aggregate_fields",
          "description": "aggregate fields of \"ecosystem.metric_description\"",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_description_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_metric_description_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_metric_description_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_metric_description_bool_exp",
          "description": "Boolean expression to filter rows from the table \"ecosystem.metric_description\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_description_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "ecosystem_metric_description_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_description_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "description",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "methodology",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_metric_description_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "description",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "methodology",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_metric_description_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "description",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "methodology",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_metric_description_order_by",
          "description": "Ordering options when selecting data from \"ecosystem.metric_description\".",
          "fields": null,
          "inputFields": [
            {
              "name": "description",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "methodology",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "name",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "ecosystem_metric_description_select_column",
          "description": "select columns of table \"ecosystem.metric_description\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "description",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "methodology",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_metric_description_stream_cursor_input",
          "description": "Streaming cursor of the table \"ecosystem_metric_description\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "ecosystem_metric_description_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_metric_description_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "description",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "methodology",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "name",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_metric_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "end_date",
              "description": "A computed field, executes function \"ecosystem.metric_end_date\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_date",
              "description": "A computed field, executes function \"ecosystem.metric_start_date\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_metric_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "end_date",
              "description": "A computed field, executes function \"ecosystem.metric_end_date\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_date",
              "description": "A computed field, executes function \"ecosystem.metric_start_date\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_metric_order_by",
          "description": "Ordering options when selecting data from \"ecosystem.metric\".",
          "fields": null,
          "inputFields": [
            {
              "name": "description",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "ecosystem_metric_description_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "end_date",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "name",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "period",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_date",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "total",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "ecosystem_metric_select_column",
          "description": "select columns of table \"ecosystem.metric\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "name",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "period",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_metric_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_metric_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_metric_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_metric_stream_cursor_input",
          "description": "Streaming cursor of the table \"ecosystem_metric\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "ecosystem_metric_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_metric_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "name",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "period",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "total",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_metric_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_metric_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_metric_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_metric_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_nft_collection_sales_volume_args",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "excluded_accounts",
              "description": null,
              "type": {"kind": "SCALAR", "name": "_int8", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "period",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_nft_holders_per_period_args",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "period",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_non_fungible_token_transfers_per_period_args",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "period",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_ids",
              "description": null,
              "type": {"kind": "SCALAR", "name": "_entity_id", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_revenue_per_period_args",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_ids",
              "description": null,
              "type": {"kind": "SCALAR", "name": "_entity_id", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "period",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_smart_contract_calls_per_period_args",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "contract_ids",
              "description": null,
              "type": {"kind": "SCALAR", "name": "_int8", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "period",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_transaction_count_by_type",
          "description": "columns and relationships of \"ecosystem.transaction_count_by_type\"",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_transaction_count_by_type_aggregate",
          "description": "aggregated selection of \"ecosystem.transaction_count_by_type\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_transaction_count_by_type_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_transaction_count_by_type",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_transaction_count_by_type_aggregate_fields",
          "description": "aggregate fields of \"ecosystem.transaction_count_by_type\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_transaction_count_by_type_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_transaction_count_by_type_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_transaction_count_by_type_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_transaction_count_by_type_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_transaction_count_by_type_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_transaction_count_by_type_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_transaction_count_by_type_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_transaction_count_by_type_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_transaction_count_by_type_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_transaction_count_by_type_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_transaction_count_by_type_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_transaction_count_by_type_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_transaction_count_by_type_bool_exp",
          "description": "Boolean expression to filter rows from the table \"ecosystem.transaction_count_by_type\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_transaction_count_by_type_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "ecosystem_transaction_count_by_type_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_transaction_count_by_type_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "total",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "smallint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_transaction_count_by_type_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_transaction_count_by_type_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_transaction_count_by_type_order_by",
          "description": "Ordering options when selecting data from \"ecosystem.transaction_count_by_type\".",
          "fields": null,
          "inputFields": [
            {
              "name": "total",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "ecosystem_transaction_count_by_type_select_column",
          "description": "select columns of table \"ecosystem.transaction_count_by_type\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "total",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_transaction_count_by_type_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_transaction_count_by_type_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_transaction_count_by_type_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_transaction_count_by_type_stream_cursor_input",
          "description": "Streaming cursor of the table \"ecosystem_transaction_count_by_type\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "ecosystem_transaction_count_by_type_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_transaction_count_by_type_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "total",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_transaction_count_by_type_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_transaction_count_by_type_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_transaction_count_by_type_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ecosystem_transaction_count_by_type_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_transaction_fees_per_period_args",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_ids",
              "description": null,
              "type": {"kind": "SCALAR", "name": "_entity_id", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "period",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_transactions_by_type_args",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_ids",
              "description": null,
              "type": {"kind": "SCALAR", "name": "_entity_id", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ecosystem_transactions_per_period_args",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_ids",
              "description": null,
              "type": {"kind": "SCALAR", "name": "_entity_id", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "period",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity",
          "description": "Network entity with state",
          "fields": [
            {
              "name": "alias",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp_iso8601",
              "description": "A computed field, executes function \"entity_balance_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": "A computed field, executes function \"entity_created_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decline_reward",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Boolean", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_key",
              "description": "A computed field, executes function \"entity_decoded_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_submit_key",
              "description": "A computed field, executes function \"entity_decoded_submit_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "deleted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_history",
              "description": "An object relationship",
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_history",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_stake",
              "description": "An object relationship",
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_stake",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "evm_address",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp_iso8601",
              "description": "A computed field, executes function \"entity_expiration_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "key_type",
              "description": "A computed field, executes function \"entity_key_type\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "memo",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "num",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pending_reward",
              "description": "A computed field, executes function \"entity_pending_reward\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "permanent_removal",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "public_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "realm",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_sig_required",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "shard",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_address_book_entry",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "address_book_entry_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "address_book_entry_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_entry_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "address_book_entry",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_address_book_entry_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "address_book_entry_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "address_book_entry_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_entry_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "address_book_entry_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_transfer",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "staking_reward_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "staking_reward_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "staking_reward_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "staking_reward_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_transfer_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "staking_reward_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "staking_reward_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "staking_reward_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "staking_reward_transfer_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "int8range",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_account",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_account_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_account_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_account_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_account",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_account_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_account_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_account_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_account_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "token_account_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_messages",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "topic_message_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "topic_message_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "topic_message_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "topic_message",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_messages_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "topic_message_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "topic_message_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "topic_message_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "topic_message_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction",
              "description": "A computed field, executes function \"entity_transaction\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for computed field \"transaction\" defined on table \"entity\"",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_entity_args",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "transaction",
                    "ofType": null
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transfer",
              "description": "A computed field, executes function \"account_transfer\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "_transfer",
                    "ofType": null
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "entity_type",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_aggregate",
          "description": "aggregated selection of \"entity\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "entity",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_aggregate_fields",
          "description": "aggregate fields of \"entity\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "entity_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "auto_renew_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pending_reward",
              "description": "A computed field, executes function \"entity_pending_reward\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "realm",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "shard",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "entity_bool_exp",
          "description": "Boolean expression to filter rows from the table \"entity\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "entity_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "entity_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "entity_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "alias",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "auto_renew_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "balance",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "balance_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decline_reward",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_submit_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "deleted",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "entity_history",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "entity_history_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "entity_stake",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "entity_stake_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "evm_address",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "expiration_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "key_type",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Int_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "memo",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "num",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pending_reward",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "permanent_removal",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "public_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "realm",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "receiver_sig_required",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "shard",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "staked_node_address_book_entry",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "address_book_entry_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "staked_node_address_book_entry_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "address_book_entry_aggregate_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "staking_reward_transfer",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "staking_reward_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "staking_reward_transfer_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "staking_reward_transfer_aggregate_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "int8range_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_account",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_account_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_account_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_account_aggregate_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "topic_messages",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "topic_message_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "topic_messages_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "topic_message_aggregate_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "transfer",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "entity_type_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_history",
          "description": "columns and relationships of \"entity_history\"",
          "fields": [
            {
              "name": "alias",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp_iso8601",
              "description": "A computed field, executes function \"entity_history_balance_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": "A computed field, executes function \"entity_history_created_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decline_reward",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Boolean", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_key",
              "description": "A computed field, executes function \"entity_history_decoded_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_submit_key",
              "description": "A computed field, executes function \"entity_history_decoded_submit_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "deleted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "evm_address",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp_iso8601",
              "description": "A computed field, executes function \"entity_history_expiration_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "memo",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "num",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "permanent_removal",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "public_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "realm",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_sig_required",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "shard",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "int8range",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "entity_type",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_history_aggregate",
          "description": "aggregated selection of \"entity_history\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_history_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "entity_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_history_aggregate_fields",
          "description": "aggregate fields of \"entity_history\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_history_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "entity_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_history_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_history_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_history_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_history_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_history_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_history_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_history_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_history_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_history_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_history_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "auto_renew_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "realm",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "shard",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "entity_history_bool_exp",
          "description": "Boolean expression to filter rows from the table \"entity_history\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "entity_history_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "entity_history_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "entity_history_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "alias",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "auto_renew_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "balance",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "balance_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decline_reward",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_submit_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "deleted",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "evm_address",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "expiration_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Int_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "memo",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "num",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "permanent_removal",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "public_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "realm",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "receiver_sig_required",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "shard",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "int8range_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "entity_type_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_history_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "auto_renew_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp_iso8601",
              "description": "A computed field, executes function \"entity_history_balance_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": "A computed field, executes function \"entity_history_created_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_key",
              "description": "A computed field, executes function \"entity_history_decoded_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_submit_key",
              "description": "A computed field, executes function \"entity_history_decoded_submit_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp_iso8601",
              "description": "A computed field, executes function \"entity_history_expiration_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "memo",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "public_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "realm",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "shard",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "entity_type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_history_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "auto_renew_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp_iso8601",
              "description": "A computed field, executes function \"entity_history_balance_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": "A computed field, executes function \"entity_history_created_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_key",
              "description": "A computed field, executes function \"entity_history_decoded_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_submit_key",
              "description": "A computed field, executes function \"entity_history_decoded_submit_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp_iso8601",
              "description": "A computed field, executes function \"entity_history_expiration_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "memo",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "public_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "realm",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "shard",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "entity_type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "entity_history_order_by",
          "description": "Ordering options when selecting data from \"entity_history\".",
          "fields": null,
          "inputFields": [
            {
              "name": "alias",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "auto_renew_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decline_reward",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decoded_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decoded_submit_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "deleted",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "evm_address",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "expiration_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "memo",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "num",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "permanent_removal",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "public_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "realm",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_sig_required",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "shard",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "entity_history_select_column",
          "description": "select columns of table \"entity_history\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "alias",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_period",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decline_reward",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "deleted",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_nonce",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "evm_address",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "key",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "memo",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "num",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "obtainer_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "permanent_removal",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "proxy_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "public_key",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "realm",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_sig_required",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "shard",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_period_start",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_history_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "auto_renew_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "realm",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "shard",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_history_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "auto_renew_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "realm",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "shard",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_history_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "auto_renew_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "realm",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "shard",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "entity_history_stream_cursor_input",
          "description": "Streaming cursor of the table \"entity_history\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "entity_history_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "entity_history_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "alias",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "auto_renew_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decline_reward",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "deleted",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "evm_address",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "key",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "memo",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "num",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "permanent_removal",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "public_key",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "realm",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_sig_required",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "shard",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "SCALAR", "name": "entity_type", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_history_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "auto_renew_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "realm",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "shard",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_history_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "auto_renew_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "realm",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "shard",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_history_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "auto_renew_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "realm",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "shard",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_history_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "auto_renew_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "realm",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "shard",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "auto_renew_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp_iso8601",
              "description": "A computed field, executes function \"entity_balance_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": "A computed field, executes function \"entity_created_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_key",
              "description": "A computed field, executes function \"entity_decoded_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_submit_key",
              "description": "A computed field, executes function \"entity_decoded_submit_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp_iso8601",
              "description": "A computed field, executes function \"entity_expiration_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "key_type",
              "description": "A computed field, executes function \"entity_key_type\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "memo",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pending_reward",
              "description": "A computed field, executes function \"entity_pending_reward\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "public_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "realm",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "shard",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "entity_type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "auto_renew_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp_iso8601",
              "description": "A computed field, executes function \"entity_balance_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": "A computed field, executes function \"entity_created_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_key",
              "description": "A computed field, executes function \"entity_decoded_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_submit_key",
              "description": "A computed field, executes function \"entity_decoded_submit_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp_iso8601",
              "description": "A computed field, executes function \"entity_expiration_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "key_type",
              "description": "A computed field, executes function \"entity_key_type\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "memo",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pending_reward",
              "description": "A computed field, executes function \"entity_pending_reward\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "public_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "realm",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "shard",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "entity_type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "entity_order_by",
          "description": "Ordering options when selecting data from \"entity\".",
          "fields": null,
          "inputFields": [
            {
              "name": "alias",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "auto_renew_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decline_reward",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decoded_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decoded_submit_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "deleted",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_history",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "entity_history_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "entity_stake",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "entity_stake_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "evm_address",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "expiration_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "key_type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "memo",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "num",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "pending_reward",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "permanent_removal",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "public_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "realm",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_sig_required",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "shard",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staked_node_address_book_entry_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "address_book_entry_aggregate_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staking_reward_transfer_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "staking_reward_transfer_aggregate_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_account_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_account_aggregate_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "topic_messages_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "topic_message_aggregate_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "transfer_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_transfer_aggregate_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "entity_scalar",
          "description": null,
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "entity_select_column",
          "description": "select columns of table \"entity\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "alias",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_period",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decline_reward",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "deleted",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_nonce",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "evm_address",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "key",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "memo",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "num",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "obtainer_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "permanent_removal",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "proxy_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "public_key",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "realm",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_sig_required",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "shard",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_period_start",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_stake",
          "description": "columns and relationships of \"entity_stake\"",
          "fields": [
            {
              "name": "end_stake_period",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pending_reward",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_total_start",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id_start",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_to_me",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "int8range",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_stake_aggregate",
          "description": "aggregated selection of \"entity_stake\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_stake_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "entity_stake",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_stake_aggregate_fields",
          "description": "aggregate fields of \"entity_stake\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_stake_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "entity_stake_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_stake_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_stake_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_stake_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_stake_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_stake_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_stake_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_stake_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_stake_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "entity_stake_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_stake_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "end_stake_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pending_reward",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_total_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_to_me",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "entity_stake_bool_exp",
          "description": "Boolean expression to filter rows from the table \"entity_stake\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "entity_stake_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "entity_stake_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "entity_stake_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "end_stake_period",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pending_reward",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stake_total_start",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "staked_node_id_start",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "staked_to_me",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "int8range_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_stake_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "end_stake_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pending_reward",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_total_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_to_me",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_stake_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "end_stake_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pending_reward",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_total_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_to_me",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "entity_stake_order_by",
          "description": "Ordering options when selecting data from \"entity_stake\".",
          "fields": null,
          "inputFields": [
            {
              "name": "end_stake_period",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "pending_reward",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake_total_start",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staked_node_id_start",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staked_to_me",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "entity_stake_select_column",
          "description": "select columns of table \"entity_stake\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "end_stake_period",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pending_reward",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_total_start",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id_start",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_to_me",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_stake_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "end_stake_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pending_reward",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_total_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_to_me",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_stake_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "end_stake_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pending_reward",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_total_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_to_me",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_stake_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "end_stake_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pending_reward",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_total_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_to_me",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "entity_stake_stream_cursor_input",
          "description": "Streaming cursor of the table \"entity_stake\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "entity_stake_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "entity_stake_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "end_stake_period",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "pending_reward",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake_total_start",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staked_node_id_start",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staked_to_me",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_stake_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "end_stake_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pending_reward",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_total_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_to_me",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_stake_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "end_stake_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pending_reward",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_total_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_to_me",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_stake_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "end_stake_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pending_reward",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_total_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_to_me",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_stake_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "end_stake_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pending_reward",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_total_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_to_me",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "auto_renew_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pending_reward",
              "description": "A computed field, executes function \"entity_pending_reward\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "realm",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "shard",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "auto_renew_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pending_reward",
              "description": "A computed field, executes function \"entity_pending_reward\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "realm",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "shard",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "auto_renew_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pending_reward",
              "description": "A computed field, executes function \"entity_pending_reward\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "realm",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "shard",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "entity_stream_cursor_input",
          "description": "Streaming cursor of the table \"entity\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "entity_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "entity_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "alias",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "auto_renew_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decline_reward",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "deleted",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "evm_address",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "key",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "memo",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "num",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "permanent_removal",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "public_key",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "realm",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_sig_required",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "shard",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "SCALAR", "name": "entity_type", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "auto_renew_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pending_reward",
              "description": "A computed field, executes function \"entity_pending_reward\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "realm",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "shard",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "entity_transaction_args",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "_limit",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_offset",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_order",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "order_by_consensus_timestamp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "entity_row",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "entity_scalar",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "entity_type",
          "description": null,
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "entity_type_comparison_exp",
          "description": "Boolean expression to compare columns of type \"entity_type\". All fields are combined with logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_eq",
              "description": null,
              "type": {"kind": "SCALAR", "name": "entity_type", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_gt",
              "description": null,
              "type": {"kind": "SCALAR", "name": "entity_type", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_gte",
              "description": null,
              "type": {"kind": "SCALAR", "name": "entity_type", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_in",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "entity_type",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_is_null",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lt",
              "description": null,
              "type": {"kind": "SCALAR", "name": "entity_type", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lte",
              "description": null,
              "type": {"kind": "SCALAR", "name": "entity_type", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_neq",
              "description": null,
              "type": {"kind": "SCALAR", "name": "entity_type", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_nin",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "entity_type",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "auto_renew_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pending_reward",
              "description": "A computed field, executes function \"entity_pending_reward\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "realm",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "shard",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "auto_renew_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pending_reward",
              "description": "A computed field, executes function \"entity_pending_reward\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "realm",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "shard",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "entity_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "auto_renew_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "auto_renew_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_automatic_token_associations",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "obtainer_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pending_reward",
              "description": "A computed field, executes function \"entity_pending_reward\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "proxy_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "realm",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "shard",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_period_start",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staked_node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "errata_type",
          "description": null,
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "errata_type_comparison_exp",
          "description": "Boolean expression to compare columns of type \"errata_type\". All fields are combined with logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_eq",
              "description": null,
              "type": {"kind": "SCALAR", "name": "errata_type", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_gt",
              "description": null,
              "type": {"kind": "SCALAR", "name": "errata_type", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_gte",
              "description": null,
              "type": {"kind": "SCALAR", "name": "errata_type", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_in",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "errata_type",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_is_null",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lt",
              "description": null,
              "type": {"kind": "SCALAR", "name": "errata_type", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lte",
              "description": null,
              "type": {"kind": "SCALAR", "name": "errata_type", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_neq",
              "description": null,
              "type": {"kind": "SCALAR", "name": "errata_type", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_nin",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "errata_type",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ethereum_transaction",
          "description": "columns and relationships of \"ethereum_transaction\"",
          "fields": [
            {
              "name": "access_list",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_data",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_data_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "chain_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"ethereum_transaction_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "data",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_price",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "hash",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_fee_per_gas",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_gas_allowance",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_priority_fee_per_gas",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nonce",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recovery_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "signature_r",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "signature_s",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "signature_v",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "to_address",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "smallint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "value",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ethereum_transaction_aggregate",
          "description": "aggregated selection of \"ethereum_transaction\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ethereum_transaction_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ethereum_transaction",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ethereum_transaction_aggregate_fields",
          "description": "aggregate fields of \"ethereum_transaction\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ethereum_transaction_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ethereum_transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ethereum_transaction_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ethereum_transaction_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ethereum_transaction_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ethereum_transaction_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ethereum_transaction_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ethereum_transaction_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ethereum_transaction_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ethereum_transaction_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ethereum_transaction_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ethereum_transaction_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "call_data_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_gas_allowance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recovery_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ethereum_transaction_bool_exp",
          "description": "Boolean expression to filter rows from the table \"ethereum_transaction\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "ethereum_transaction_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "ethereum_transaction_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "ethereum_transaction_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "access_list",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "call_data",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "call_data_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chain_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gas_price",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "hash",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "max_fee_per_gas",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "max_gas_allowance",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "max_priority_fee_per_gas",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "nonce",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "recovery_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "smallint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "signature_r",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "signature_s",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "signature_v",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "to_address",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "smallint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "value",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ethereum_transaction_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "call_data_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"ethereum_transaction_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_gas_allowance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recovery_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ethereum_transaction_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "call_data_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"ethereum_transaction_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_gas_allowance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recovery_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ethereum_transaction_order_by",
          "description": "Ordering options when selecting data from \"ethereum_transaction\".",
          "fields": null,
          "inputFields": [
            {
              "name": "access_list",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "call_data",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "call_data_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "chain_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "data",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "gas_price",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "hash",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_fee_per_gas",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_gas_allowance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_priority_fee_per_gas",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "nonce",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "recovery_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "signature_r",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "signature_s",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "signature_v",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "to_address",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "value",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "ethereum_transaction_select_column",
          "description": "select columns of table \"ethereum_transaction\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "access_list",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_data",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "call_data_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "chain_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "data",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_limit",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_price",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "hash",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_fee_per_gas",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_gas_allowance",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_priority_fee_per_gas",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nonce",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recovery_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "signature_r",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "signature_s",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "signature_v",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "to_address",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "value",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ethereum_transaction_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "call_data_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_gas_allowance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recovery_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ethereum_transaction_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "call_data_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_gas_allowance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recovery_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ethereum_transaction_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "call_data_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_gas_allowance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recovery_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ethereum_transaction_stream_cursor_input",
          "description": "Streaming cursor of the table \"ethereum_transaction\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "ethereum_transaction_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "ethereum_transaction_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "access_list",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "call_data",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "call_data_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "chain_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "data",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "gas_price",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "hash",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_fee_per_gas",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_gas_allowance",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_priority_fee_per_gas",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "nonce",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "recovery_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "signature_r",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "signature_s",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "signature_v",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "to_address",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "value",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ethereum_transaction_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "call_data_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_gas_allowance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recovery_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ethereum_transaction_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "call_data_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_gas_allowance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recovery_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ethereum_transaction_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "call_data_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_gas_allowance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recovery_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ethereum_transaction_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "call_data_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gas_limit",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_gas_allowance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "recovery_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "int8range",
          "description": null,
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "int8range_comparison_exp",
          "description": "Boolean expression to compare columns of type \"int8range\". All fields are combined with logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_eq",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_gt",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_gte",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_in",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "int8range",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_is_null",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lt",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lte",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_neq",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_nin",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "int8range",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "jsonb",
          "description": null,
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "jsonb_cast_exp",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "String",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "jsonb_comparison_exp",
          "description": "Boolean expression to compare columns of type \"jsonb\". All fields are combined with logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_cast",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "jsonb_cast_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_contained_in",
              "description": "is the column contained in the given json value",
              "type": {"kind": "SCALAR", "name": "jsonb", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_contains",
              "description": "does the column contain the given json value at the top level",
              "type": {"kind": "SCALAR", "name": "jsonb", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_eq",
              "description": null,
              "type": {"kind": "SCALAR", "name": "jsonb", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_gt",
              "description": null,
              "type": {"kind": "SCALAR", "name": "jsonb", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_gte",
              "description": null,
              "type": {"kind": "SCALAR", "name": "jsonb", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_has_key",
              "description": "does the string exist as a top-level key in the column",
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_has_keys_all",
              "description": "do all of these strings exist as top-level keys in the column",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "_has_keys_any",
              "description": "do any of these strings exist as top-level keys in the column",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "_in",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "jsonb", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "_is_null",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lt",
              "description": null,
              "type": {"kind": "SCALAR", "name": "jsonb", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lte",
              "description": null,
              "type": {"kind": "SCALAR", "name": "jsonb", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_neq",
              "description": null,
              "type": {"kind": "SCALAR", "name": "jsonb", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_nin",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "jsonb", "ofType": null}
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "network_stake",
          "description": "columns and relationships of \"network_stake\"",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"network_stake_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_stake_rewarded",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_staking_reward_rate_per_hbar",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_total_reward",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_reward_fee_denominator",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_reward_fee_numerator",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reserved_staking_rewards",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reward_balance_threshold",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_total",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period_duration",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_periods_stored",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_fee_denominator",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_fee_numerator",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_rate",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_start_threshold",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "unreserved_staking_reward_balance",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "network_stake_aggregate",
          "description": "aggregated selection of \"network_stake\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "network_stake_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "network_stake",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "network_stake_aggregate_fields",
          "description": "aggregate fields of \"network_stake\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "network_stake_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "network_stake_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "network_stake_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "network_stake_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "network_stake_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "network_stake_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "network_stake_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "network_stake_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "network_stake_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "network_stake_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "network_stake_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "network_stake_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_stake_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_staking_reward_rate_per_hbar",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_total_reward",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_reward_fee_denominator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_reward_fee_numerator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reserved_staking_rewards",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reward_balance_threshold",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period_duration",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_periods_stored",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_fee_denominator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_fee_numerator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_rate",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_start_threshold",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "unreserved_staking_reward_balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "network_stake_bool_exp",
          "description": "Boolean expression to filter rows from the table \"network_stake\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "network_stake_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "network_stake_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "network_stake_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "max_stake_rewarded",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "max_staking_reward_rate_per_hbar",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "max_total_reward",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "node_reward_fee_denominator",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "node_reward_fee_numerator",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reserved_staking_rewards",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reward_balance_threshold",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stake_total",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "staking_period",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "staking_period_duration",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "staking_periods_stored",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "staking_reward_fee_denominator",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "staking_reward_fee_numerator",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "staking_reward_rate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "staking_start_threshold",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "unreserved_staking_reward_balance",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "network_stake_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"network_stake_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_stake_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_staking_reward_rate_per_hbar",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_total_reward",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_reward_fee_denominator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_reward_fee_numerator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reserved_staking_rewards",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reward_balance_threshold",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period_duration",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_periods_stored",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_fee_denominator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_fee_numerator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_rate",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_start_threshold",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "unreserved_staking_reward_balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "network_stake_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"network_stake_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_stake_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_staking_reward_rate_per_hbar",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_total_reward",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_reward_fee_denominator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_reward_fee_numerator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reserved_staking_rewards",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reward_balance_threshold",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period_duration",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_periods_stored",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_fee_denominator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_fee_numerator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_rate",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_start_threshold",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "unreserved_staking_reward_balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "network_stake_order_by",
          "description": "Ordering options when selecting data from \"network_stake\".",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_stake_rewarded",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_staking_reward_rate_per_hbar",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_total_reward",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_reward_fee_denominator",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_reward_fee_numerator",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "reserved_staking_rewards",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "reward_balance_threshold",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake_total",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staking_period",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staking_period_duration",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staking_periods_stored",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staking_reward_fee_denominator",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staking_reward_fee_numerator",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staking_reward_rate",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staking_start_threshold",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "unreserved_staking_reward_balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "network_stake_select_column",
          "description": "select columns of table \"network_stake\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "consensus_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "epoch_day",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_stake_rewarded",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_staking_reward_rate_per_hbar",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_total_reward",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_reward_fee_denominator",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_reward_fee_numerator",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reserved_staking_rewards",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reward_balance_threshold",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_total",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period_duration",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_periods_stored",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_fee_denominator",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_fee_numerator",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_rate",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_start_threshold",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "unreserved_staking_reward_balance",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "network_stake_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_stake_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_staking_reward_rate_per_hbar",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_total_reward",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_reward_fee_denominator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_reward_fee_numerator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reserved_staking_rewards",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reward_balance_threshold",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period_duration",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_periods_stored",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_fee_denominator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_fee_numerator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_rate",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_start_threshold",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "unreserved_staking_reward_balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "network_stake_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_stake_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_staking_reward_rate_per_hbar",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_total_reward",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_reward_fee_denominator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_reward_fee_numerator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reserved_staking_rewards",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reward_balance_threshold",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period_duration",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_periods_stored",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_fee_denominator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_fee_numerator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_rate",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_start_threshold",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "unreserved_staking_reward_balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "network_stake_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_stake_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_staking_reward_rate_per_hbar",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_total_reward",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_reward_fee_denominator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_reward_fee_numerator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reserved_staking_rewards",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reward_balance_threshold",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period_duration",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_periods_stored",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_fee_denominator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_fee_numerator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_rate",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_start_threshold",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "unreserved_staking_reward_balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "network_stake_stream_cursor_input",
          "description": "Streaming cursor of the table \"network_stake\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "network_stake_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "network_stake_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_stake_rewarded",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_staking_reward_rate_per_hbar",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_total_reward",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_reward_fee_denominator",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_reward_fee_numerator",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "reserved_staking_rewards",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "reward_balance_threshold",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake_total",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staking_period",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staking_period_duration",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staking_periods_stored",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staking_reward_fee_denominator",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staking_reward_fee_numerator",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staking_reward_rate",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staking_start_threshold",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "unreserved_staking_reward_balance",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "network_stake_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_stake_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_staking_reward_rate_per_hbar",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_total_reward",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_reward_fee_denominator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_reward_fee_numerator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reserved_staking_rewards",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reward_balance_threshold",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period_duration",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_periods_stored",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_fee_denominator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_fee_numerator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_rate",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_start_threshold",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "unreserved_staking_reward_balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "network_stake_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_stake_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_staking_reward_rate_per_hbar",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_total_reward",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_reward_fee_denominator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_reward_fee_numerator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reserved_staking_rewards",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reward_balance_threshold",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period_duration",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_periods_stored",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_fee_denominator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_fee_numerator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_rate",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_start_threshold",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "unreserved_staking_reward_balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "network_stake_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_stake_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_staking_reward_rate_per_hbar",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_total_reward",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_reward_fee_denominator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_reward_fee_numerator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reserved_staking_rewards",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reward_balance_threshold",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period_duration",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_periods_stored",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_fee_denominator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_fee_numerator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_rate",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_start_threshold",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "unreserved_staking_reward_balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "network_stake_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_stake_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_staking_reward_rate_per_hbar",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_total_reward",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_reward_fee_denominator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_reward_fee_numerator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reserved_staking_rewards",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reward_balance_threshold",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period_duration",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_periods_stored",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_fee_denominator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_fee_numerator",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_rate",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_start_threshold",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "unreserved_staking_reward_balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft",
          "description": "Non-Fungible Tokens (NFTs) minted on network",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": "A computed field, executes function \"nft_created_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_metadata",
              "description": "A computed field, executes function \"decoded_metadata_nft\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "deleted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "history",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "nft_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "history_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "nft_history_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "metadata",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_nft\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": "A computed field, executes function \"nft_modified_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "int8range",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token",
              "description": "An object relationship",
              "args": [],
              "type": {"kind": "OBJECT", "name": "token", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_aggregate",
          "description": "aggregated selection of \"nft\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "OBJECT", "name": "nft", "ofType": null}
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_aggregate_bool_exp",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "bool_and",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_aggregate_bool_exp_bool_and",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "bool_or",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_aggregate_bool_exp_bool_or",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "count",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_aggregate_bool_exp_count",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_aggregate_bool_exp_bool_and",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "nft_select_column_nft_aggregate_bool_exp_bool_and_arguments_columns",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Boolean_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_aggregate_bool_exp_bool_or",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "nft_select_column_nft_aggregate_bool_exp_bool_or_arguments_columns",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Boolean_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_aggregate_bool_exp_count",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "nft_select_column",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Int_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_aggregate_fields",
          "description": "aggregate fields of \"nft\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_aggregate_order_by",
          "description": "order by aggregate values of table \"nft\"",
          "fields": null,
          "inputFields": [
            {
              "name": "avg",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_avg_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "count",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_max_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "min",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_min_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_stddev_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_stddev_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_stddev_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sum",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_sum_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_var_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_var_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "variance",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_variance_order_by",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance",
          "description": "NFT allowances delegated by payer to spender",
          "fields": [
            {
              "name": "approved_for_all",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Boolean", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_nft_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": "A computed field, executes function \"nft_allowance_modified_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "int8range",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_aggregate",
          "description": "aggregated selection of \"nft_allowance\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_allowance_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "nft_allowance",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_aggregate_fields",
          "description": "aggregate fields of \"nft_allowance\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_allowance_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_allowance_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_allowance_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_allowance_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_allowance_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_allowance_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_allowance_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_allowance_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_allowance_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_allowance_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_allowance_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_nft_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_allowance_bool_exp",
          "description": "Boolean expression to filter rows from the table \"nft_allowance\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_allowance_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_allowance_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_allowance_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "approved_for_all",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "int8range_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_history",
          "description": "History of NFT allowances delegated by payer to spender",
          "fields": [
            {
              "name": "approved_for_all",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Boolean", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "int8range",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_history_aggregate",
          "description": "aggregated selection of \"nft_allowance_history\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_allowance_history_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "nft_allowance_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_history_aggregate_fields",
          "description": "aggregate fields of \"nft_allowance_history\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_allowance_history_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_allowance_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_allowance_history_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_allowance_history_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_allowance_history_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_allowance_history_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_allowance_history_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_allowance_history_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_allowance_history_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_allowance_history_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_allowance_history_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_history_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_allowance_history_bool_exp",
          "description": "Boolean expression to filter rows from the table \"nft_allowance_history\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_allowance_history_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_allowance_history_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_allowance_history_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "approved_for_all",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "int8range_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_history_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_history_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_allowance_history_order_by",
          "description": "Ordering options when selecting data from \"nft_allowance_history\".",
          "fields": null,
          "inputFields": [
            {
              "name": "approved_for_all",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "nft_allowance_history_select_column",
          "description": "select columns of table \"nft_allowance_history\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "approved_for_all",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_history_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_history_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_history_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_allowance_history_stream_cursor_input",
          "description": "Streaming cursor of the table \"nft_allowance_history\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "nft_allowance_history_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_allowance_history_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "approved_for_all",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_history_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_history_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_history_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_history_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_nft_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": "A computed field, executes function \"nft_allowance_modified_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_nft_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": "A computed field, executes function \"nft_allowance_modified_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_allowance_order_by",
          "description": "Ordering options when selecting data from \"nft_allowance\".",
          "fields": null,
          "inputFields": [
            {
              "name": "approved_for_all",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "nft_allowance_select_column",
          "description": "select columns of table \"nft_allowance\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "approved_for_all",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_nft_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_nft_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_nft_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_allowance_stream_cursor_input",
          "description": "Streaming cursor of the table \"nft_allowance\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "nft_allowance_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_allowance_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "approved_for_all",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_nft_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_nft_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_nft_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_allowance_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_nft_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_nft\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_avg_order_by",
          "description": "order by avg() on columns of table \"nft\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_bool_exp",
          "description": "Boolean expression to filter rows from the table \"nft\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_metadata",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "deleted",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "history",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_history_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "history_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_history_aggregate_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "metadata",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "int8range_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_history",
          "description": "columns and relationships of \"nft_history\"",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": "A computed field, executes function \"nft_history_created_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_metadata",
              "description": "A computed field, executes function \"decoded_metadata_nft_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "deleted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_transaction",
              "description": "An object relationship",
              "args": [],
              "type": {"kind": "OBJECT", "name": "transaction", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "metadata",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_transaction",
              "description": "An object relationship",
              "args": [],
              "type": {"kind": "OBJECT", "name": "transaction", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "int8range",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_history_aggregate",
          "description": "aggregated selection of \"nft_history\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_history_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "nft_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_history_aggregate_bool_exp",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "bool_and",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_history_aggregate_bool_exp_bool_and",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "bool_or",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_history_aggregate_bool_exp_bool_or",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "count",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_history_aggregate_bool_exp_count",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_history_aggregate_bool_exp_bool_and",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "nft_history_select_column_nft_history_aggregate_bool_exp_bool_and_arguments_columns",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_history_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Boolean_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_history_aggregate_bool_exp_bool_or",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "nft_history_select_column_nft_history_aggregate_bool_exp_bool_or_arguments_columns",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_history_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Boolean_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_history_aggregate_bool_exp_count",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "nft_history_select_column",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_history_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Int_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_history_aggregate_fields",
          "description": "aggregate fields of \"nft_history\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_history_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_history_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_history_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_history_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_history_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_history_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_history_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_history_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_history_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_history_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_history_aggregate_order_by",
          "description": "order by aggregate values of table \"nft_history\"",
          "fields": null,
          "inputFields": [
            {
              "name": "avg",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_history_avg_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "count",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_history_max_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "min",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_history_min_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_history_stddev_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_history_stddev_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_history_stddev_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sum",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_history_sum_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_history_var_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_history_var_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "variance",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_history_variance_order_by",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_history_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_history_avg_order_by",
          "description": "order by avg() on columns of table \"nft_history\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_history_bool_exp",
          "description": "Boolean expression to filter rows from the table \"nft_history\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_history_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_history_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_history_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_metadata",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "deleted",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "end_transaction",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "metadata",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "start_transaction",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "int8range_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_history_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": "A computed field, executes function \"nft_history_created_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_metadata",
              "description": "A computed field, executes function \"decoded_metadata_nft_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_history_max_order_by",
          "description": "order by max() on columns of table \"nft_history\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_history_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": "A computed field, executes function \"nft_history_created_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_metadata",
              "description": "A computed field, executes function \"decoded_metadata_nft_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_history_min_order_by",
          "description": "order by min() on columns of table \"nft_history\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_history_order_by",
          "description": "Ordering options when selecting data from \"nft_history\".",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decoded_metadata",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "deleted",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "end_transaction",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "metadata",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_transaction",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "nft_history_select_column",
          "description": "select columns of table \"nft_history\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "delegating_spender",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "deleted",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "metadata",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "nft_history_select_column_nft_history_aggregate_bool_exp_bool_and_arguments_columns",
          "description": "select \"nft_history_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"nft_history\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "deleted",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "nft_history_select_column_nft_history_aggregate_bool_exp_bool_or_arguments_columns",
          "description": "select \"nft_history_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"nft_history\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "deleted",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_history_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_history_stddev_order_by",
          "description": "order by stddev() on columns of table \"nft_history\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_history_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_history_stddev_pop_order_by",
          "description": "order by stddev_pop() on columns of table \"nft_history\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_history_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_history_stddev_samp_order_by",
          "description": "order by stddev_samp() on columns of table \"nft_history\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_history_stream_cursor_input",
          "description": "Streaming cursor of the table \"nft_history\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "nft_history_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_history_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "deleted",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "metadata",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_history_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_history_sum_order_by",
          "description": "order by sum() on columns of table \"nft_history\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_history_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_history_var_pop_order_by",
          "description": "order by var_pop() on columns of table \"nft_history\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_history_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_history_var_samp_order_by",
          "description": "order by var_samp() on columns of table \"nft_history\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_history_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_history_variance_order_by",
          "description": "order by variance() on columns of table \"nft_history\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": "A computed field, executes function \"nft_created_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_metadata",
              "description": "A computed field, executes function \"decoded_metadata_nft\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_nft\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": "A computed field, executes function \"nft_modified_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_max_order_by",
          "description": "order by max() on columns of table \"nft\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": "A computed field, executes function \"nft_created_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_metadata",
              "description": "A computed field, executes function \"decoded_metadata_nft\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_nft\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": "A computed field, executes function \"nft_modified_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_min_order_by",
          "description": "order by min() on columns of table \"nft\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_order_by",
          "description": "Ordering options when selecting data from \"nft\".",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decoded_metadata",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "deleted",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "history_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_history_aggregate_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "metadata",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "nft_select_column",
          "description": "select columns of table \"nft\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "delegating_spender",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "deleted",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "metadata",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "nft_select_column_nft_aggregate_bool_exp_bool_and_arguments_columns",
          "description": "select \"nft_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"nft\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "deleted",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "nft_select_column_nft_aggregate_bool_exp_bool_or_arguments_columns",
          "description": "select \"nft_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"nft\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "deleted",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_nft\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_stddev_order_by",
          "description": "order by stddev() on columns of table \"nft\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_nft\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_stddev_pop_order_by",
          "description": "order by stddev_pop() on columns of table \"nft\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_nft\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_stddev_samp_order_by",
          "description": "order by stddev_samp() on columns of table \"nft\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_stream_cursor_input",
          "description": "Streaming cursor of the table \"nft\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "nft_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "deleted",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "metadata",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_nft\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_sum_order_by",
          "description": "order by sum() on columns of table \"nft\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_transfer",
          "description": "columns and relationships of \"nft_transfer\"",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "crypto_transfer",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "crypto_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "crypto_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "crypto_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "crypto_transfer_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "crypto_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "crypto_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "crypto_transfer_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "is_approval",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft",
              "description": "An object relationship",
              "args": [],
              "type": {"kind": "OBJECT", "name": "nft", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token",
              "description": "An object relationship",
              "args": [],
              "type": {"kind": "OBJECT", "name": "token", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction",
              "description": "An object relationship",
              "args": [],
              "type": {"kind": "OBJECT", "name": "transaction", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_transfer_aggregate",
          "description": "aggregated selection of \"nft_transfer\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_transfer_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "nft_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_transfer_aggregate_bool_exp",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "bool_and",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_transfer_aggregate_bool_exp_bool_and",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "bool_or",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_transfer_aggregate_bool_exp_bool_or",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "count",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_transfer_aggregate_bool_exp_count",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_transfer_aggregate_bool_exp_bool_and",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "nft_transfer_select_column_nft_transfer_aggregate_bool_exp_bool_and_arguments_columns",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Boolean_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_transfer_aggregate_bool_exp_bool_or",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "nft_transfer_select_column_nft_transfer_aggregate_bool_exp_bool_or_arguments_columns",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Boolean_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_transfer_aggregate_bool_exp_count",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "nft_transfer_select_column",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Int_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_transfer_aggregate_fields",
          "description": "aggregate fields of \"nft_transfer\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_transfer_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_transfer_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_transfer_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_transfer_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_transfer_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_transfer_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_transfer_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_transfer_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_transfer_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "nft_transfer_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_transfer_aggregate_order_by",
          "description": "order by aggregate values of table \"nft_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "avg",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_transfer_avg_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "count",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_transfer_max_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "min",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_transfer_min_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_transfer_stddev_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_transfer_stddev_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_transfer_stddev_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sum",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_transfer_sum_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_transfer_var_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_transfer_var_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "variance",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_transfer_variance_order_by",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_transfer_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_transfer_avg_order_by",
          "description": "order by avg() on columns of table \"nft_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_transfer_bool_exp",
          "description": "Boolean expression to filter rows from the table \"nft_transfer\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_transfer_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_transfer_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "crypto_transfer",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "crypto_transfer_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_transfer_aggregate_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "is_approval",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "nft",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "transaction",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_transfer_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_transfer_max_order_by",
          "description": "order by max() on columns of table \"nft_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_transfer_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_transfer_min_order_by",
          "description": "order by min() on columns of table \"nft_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_transfer_order_by",
          "description": "Ordering options when selecting data from \"nft_transfer\".",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "crypto_transfer_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_transfer_aggregate_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "is_approval",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "nft",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "transaction",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_order_by",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "nft_transfer_select_column",
          "description": "select columns of table \"nft_transfer\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "consensus_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "is_approval",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "nft_transfer_select_column_nft_transfer_aggregate_bool_exp_bool_and_arguments_columns",
          "description": "select \"nft_transfer_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"nft_transfer\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "is_approval",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "nft_transfer_select_column_nft_transfer_aggregate_bool_exp_bool_or_arguments_columns",
          "description": "select \"nft_transfer_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"nft_transfer\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "is_approval",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_transfer_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_transfer_stddev_order_by",
          "description": "order by stddev() on columns of table \"nft_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_transfer_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_transfer_stddev_pop_order_by",
          "description": "order by stddev_pop() on columns of table \"nft_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_transfer_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_transfer_stddev_samp_order_by",
          "description": "order by stddev_samp() on columns of table \"nft_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_transfer_stream_cursor_input",
          "description": "Streaming cursor of the table \"nft_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "nft_transfer_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_transfer_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "is_approval",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_transfer_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_transfer_sum_order_by",
          "description": "order by sum() on columns of table \"nft_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_transfer_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_transfer_var_pop_order_by",
          "description": "order by var_pop() on columns of table \"nft_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_transfer_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_transfer_var_samp_order_by",
          "description": "order by var_samp() on columns of table \"nft_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_transfer_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_transfer_variance_order_by",
          "description": "order by variance() on columns of table \"nft_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_nft\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_var_pop_order_by",
          "description": "order by var_pop() on columns of table \"nft\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_nft\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_var_samp_order_by",
          "description": "order by var_samp() on columns of table \"nft\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "nft_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_nft\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "nft_variance_order_by",
          "description": "order by variance() on columns of table \"nft\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "delegating_spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "node_stake",
          "description": "columns and relationships of \"node_stake\"",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"node_stake_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_stake",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min_stake",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reward_rate",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_not_rewarded",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_rewarded",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "node_stake_aggregate",
          "description": "aggregated selection of \"node_stake\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "node_stake_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "node_stake",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "node_stake_aggregate_fields",
          "description": "aggregate fields of \"node_stake\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "node_stake_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "node_stake_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "node_stake_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "node_stake_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "node_stake_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "node_stake_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "node_stake_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "node_stake_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "node_stake_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "node_stake_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "node_stake_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "node_stake_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min_stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reward_rate",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_not_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "node_stake_bool_exp",
          "description": "Boolean expression to filter rows from the table \"node_stake\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "node_stake_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "node_stake_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "node_stake_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "max_stake",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "min_stake",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "node_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reward_rate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stake",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stake_not_rewarded",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stake_rewarded",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "staking_period",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "node_stake_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"node_stake_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min_stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reward_rate",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_not_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "node_stake_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"node_stake_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min_stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reward_rate",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_not_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "node_stake_order_by",
          "description": "Ordering options when selecting data from \"node_stake\".",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_stake",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "min_stake",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "reward_rate",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake_not_rewarded",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake_rewarded",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staking_period",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "node_stake_select_column",
          "description": "select columns of table \"node_stake\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "consensus_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "epoch_day",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_stake",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min_stake",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reward_rate",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_not_rewarded",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_rewarded",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "node_stake_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min_stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reward_rate",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_not_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "node_stake_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min_stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reward_rate",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_not_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "node_stake_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min_stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reward_rate",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_not_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "node_stake_stream_cursor_input",
          "description": "Streaming cursor of the table \"node_stake\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "node_stake_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "node_stake_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_stake",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "min_stake",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "reward_rate",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake_not_rewarded",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "stake_rewarded",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "staking_period",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "node_stake_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min_stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reward_rate",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_not_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "node_stake_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min_stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reward_rate",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_not_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "node_stake_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min_stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reward_rate",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_not_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "node_stake_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "epoch_day",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min_stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reward_rate",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_not_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stake_rewarded",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_period",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "non_fee_transfer",
          "description": "columns and relationships of \"non_fee_transfer\"",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"non_fee_transfer_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "is_approval",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "non_fee_transfer_aggregate",
          "description": "aggregated selection of \"non_fee_transfer\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "non_fee_transfer_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "non_fee_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "non_fee_transfer_aggregate_fields",
          "description": "aggregate fields of \"non_fee_transfer\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "non_fee_transfer_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "non_fee_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "non_fee_transfer_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "non_fee_transfer_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "non_fee_transfer_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "non_fee_transfer_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "non_fee_transfer_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "non_fee_transfer_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "non_fee_transfer_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "non_fee_transfer_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "non_fee_transfer_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "non_fee_transfer_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "non_fee_transfer_bool_exp",
          "description": "Boolean expression to filter rows from the table \"non_fee_transfer\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "non_fee_transfer_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "non_fee_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "non_fee_transfer_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "is_approval",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "non_fee_transfer_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"non_fee_transfer_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "non_fee_transfer_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"non_fee_transfer_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "non_fee_transfer_order_by",
          "description": "Ordering options when selecting data from \"non_fee_transfer\".",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "is_approval",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "non_fee_transfer_select_column",
          "description": "select columns of table \"non_fee_transfer\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "amount",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "is_approval",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "non_fee_transfer_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "non_fee_transfer_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "non_fee_transfer_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "non_fee_transfer_stream_cursor_input",
          "description": "Streaming cursor of the table \"non_fee_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "non_fee_transfer_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "non_fee_transfer_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "is_approval",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "non_fee_transfer_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "non_fee_transfer_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "non_fee_transfer_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "non_fee_transfer_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "order_by",
          "description": "column ordering options",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "asc",
              "description": "in ascending order, nulls last",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "asc_nulls_first",
              "description": "in ascending order, nulls first",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "asc_nulls_last",
              "description": "in ascending order, nulls last",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "desc",
              "description": "in descending order, nulls first",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "desc_nulls_first",
              "description": "in descending order, nulls first",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "desc_nulls_last",
              "description": "in descending order, nulls last",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "order_by_consensus_timestamp",
          "description": null,
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "query_root",
          "description": null,
          "fields": [
            {
              "name": "_transfer",
              "description": "fetch data from the table: \"_transfer\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "_transfer_aggregate",
              "description": "fetch aggregated fields from the table: \"_transfer\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "_transfer_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "account_transfer",
              "description": "execute function \"account_transfer\" which returns \"_transfer\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"account_transfer\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "account_transfer_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "account_transfer_aggregate",
              "description": "execute function \"account_transfer\" and query aggregates on result of table type \"_transfer\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"account_transfer_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "account_transfer_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "_transfer_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "address_book",
              "description": "fetch data from the table: \"address_book\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "address_book_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "address_book_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "address_book",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "address_book_aggregate",
              "description": "fetch aggregated fields from the table: \"address_book\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "address_book_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "address_book_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "address_book_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "address_book_by_pk",
              "description": "fetch data from the table: \"address_book\" using primary key columns",
              "args": [
                {
                  "name": "start_consensus_timestamp",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "address_book",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "address_book_entry",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "address_book_entry_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "address_book_entry_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_entry_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "address_book_entry",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "address_book_entry_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "address_book_entry_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "address_book_entry_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_entry_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "address_book_entry_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "address_book_entry_by_pk",
              "description": "fetch data from the table: \"address_book_entry\" using primary key columns",
              "args": [
                {
                  "name": "consensus_timestamp",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "node_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_entry",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "address_book_service_endpoint",
              "description": "fetch data from the table: \"address_book_service_endpoint\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "address_book_service_endpoint_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "address_book_service_endpoint_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_service_endpoint_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "address_book_service_endpoint",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "address_book_service_endpoint_aggregate",
              "description": "fetch aggregated fields from the table: \"address_book_service_endpoint\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "address_book_service_endpoint_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "address_book_service_endpoint_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_service_endpoint_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "address_book_service_endpoint_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "assessed_custom_fee",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "assessed_custom_fee_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "assessed_custom_fee_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "assessed_custom_fee_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "assessed_custom_fee",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "assessed_custom_fee_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "assessed_custom_fee_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "assessed_custom_fee_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "assessed_custom_fee_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "assessed_custom_fee_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "child_transactions",
              "description": "execute function \"child_transactions\" which returns \"transaction\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"child_transactions\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "child_transactions_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "transaction",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "child_transactions_aggregate",
              "description": "execute function \"child_transactions\" and query aggregates on result of table type \"transaction\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"child_transactions_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "child_transactions_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "transaction_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract",
              "description": "fetch data from the table: \"contract\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_action",
              "description": "fetch data from the table: \"contract_action\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_action_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_action_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_action_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract_action",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_action_aggregate",
              "description": "fetch aggregated fields from the table: \"contract_action\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_action_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_action_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_action_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "contract_action_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_action_by_pk",
              "description": "fetch data from the table: \"contract_action\" using primary key columns",
              "args": [
                {
                  "name": "consensus_timestamp",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "index",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "contract_action",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_aggregate",
              "description": "fetch aggregated fields from the table: \"contract\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "contract_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_by_pk",
              "description": "fetch data from the table: \"contract\" using primary key columns",
              "args": [
                {
                  "name": "id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {"kind": "OBJECT", "name": "contract", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_log",
              "description": "fetch data from the table: \"contract_log\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_log_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_log_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_log_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract_log",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_log_aggregate",
              "description": "fetch aggregated fields from the table: \"contract_log\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_log_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_log_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_log_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "contract_log_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_log_by_pk",
              "description": "fetch data from the table: \"contract_log\" using primary key columns",
              "args": [
                {
                  "name": "consensus_timestamp",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "index",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "contract_log",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_result",
              "description": "fetch data from the table: \"contract_result\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_result_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_result_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_result_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract_result",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_result_aggregate",
              "description": "fetch aggregated fields from the table: \"contract_result\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_result_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_result_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_result_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "contract_result_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_result_by_pk",
              "description": "fetch data from the table: \"contract_result\" using primary key columns",
              "args": [
                {
                  "name": "consensus_timestamp",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "contract_result",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_state",
              "description": "fetch data from the table: \"contract_state\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_state_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_state_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_state_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract_state",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_state_aggregate",
              "description": "fetch aggregated fields from the table: \"contract_state\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_state_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_state_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_state_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "contract_state_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_state_by_pk",
              "description": "fetch data from the table: \"contract_state\" using primary key columns",
              "args": [
                {
                  "name": "contract_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "slot",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bytea",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_state_change",
              "description": "fetch data from the table: \"contract_state_change\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_state_change_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_state_change_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_state_change_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract_state_change",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_state_change_aggregate",
              "description": "fetch aggregated fields from the table: \"contract_state_change\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_state_change_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_state_change_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_state_change_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "contract_state_change_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_state_change_by_pk",
              "description": "fetch data from the table: \"contract_state_change\" using primary key columns",
              "args": [
                {
                  "name": "consensus_timestamp",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "contract_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "slot",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bytea",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state_change",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_transactions_last_24hrs",
              "description": "fetch data from the table: \"contract_transactions_last_24hrs\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_transactions_last_24hrs_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_transactions_last_24hrs_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_transactions_last_24hrs_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract_transactions_last_24hrs",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_transactions_last_24hrs_aggregate",
              "description": "fetch aggregated fields from the table: \"contract_transactions_last_24hrs\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_transactions_last_24hrs_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_transactions_last_24hrs_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_transactions_last_24hrs_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "contract_transactions_last_24hrs_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "crypto_allowance",
              "description": "fetch data from the table: \"crypto_allowance\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "crypto_allowance_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "crypto_allowance_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_allowance_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "crypto_allowance",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "crypto_allowance_aggregate",
              "description": "fetch aggregated fields from the table: \"crypto_allowance\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "crypto_allowance_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "crypto_allowance_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_allowance_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "crypto_allowance_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "crypto_allowance_by_pk",
              "description": "fetch data from the table: \"crypto_allowance\" using primary key columns",
              "args": [
                {
                  "name": "owner",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "spender",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_allowance",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "crypto_allowance_history",
              "description": "fetch data from the table: \"crypto_allowance_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "crypto_allowance_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "crypto_allowance_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_allowance_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "crypto_allowance_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "crypto_allowance_history_aggregate",
              "description": "fetch aggregated fields from the table: \"crypto_allowance_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "crypto_allowance_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "crypto_allowance_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_allowance_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "crypto_allowance_history_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "crypto_transfer",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "crypto_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "crypto_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "crypto_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "crypto_transfer_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "crypto_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "crypto_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "crypto_transfer_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "custom_fee",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "custom_fee_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "custom_fee_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "custom_fee_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "custom_fee",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "custom_fee_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "custom_fee_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "custom_fee_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "custom_fee_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "custom_fee_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "custom_fee_by_pk",
              "description": "fetch data from the table: \"custom_fee\" using primary key columns",
              "args": [
                {
                  "name": "entity_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {"kind": "OBJECT", "name": "custom_fee", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_active_accounts_per_period",
              "description": "execute function \"ecosystem.active_accounts_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_active_accounts_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_active_accounts_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_active_accounts_per_period_aggregate",
              "description": "execute function \"ecosystem.active_accounts_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_active_accounts_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_active_accounts_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_active_nft_account_cohorts",
              "description": "fetch data from the table: \"ecosystem.active_nft_account_cohorts\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_active_nft_account_cohorts_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_active_nft_account_cohorts_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_active_nft_account_cohorts_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_active_nft_account_cohorts",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_active_nft_account_cohorts_aggregate",
              "description": "fetch aggregated fields from the table: \"ecosystem.active_nft_account_cohorts\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_active_nft_account_cohorts_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_active_nft_account_cohorts_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_active_nft_account_cohorts_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_active_nft_account_cohorts_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_associated_revenue_per_period",
              "description": "execute function \"ecosystem.associated_revenue_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_associated_revenue_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_associated_revenue_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_associated_revenue_per_period_aggregate",
              "description": "execute function \"ecosystem.associated_revenue_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_associated_revenue_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_associated_revenue_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_associated_transaction_fees_per_period",
              "description": "execute function \"ecosystem.associated_transaction_fees_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_associated_transaction_fees_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_associated_transaction_fees_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_associated_transaction_fees_per_period_aggregate",
              "description": "execute function \"ecosystem.associated_transaction_fees_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_associated_transaction_fees_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_associated_transaction_fees_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_associated_transactions_per_period",
              "description": "execute function \"ecosystem.associated_transactions_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_associated_transactions_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_associated_transactions_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_associated_transactions_per_period_aggregate",
              "description": "execute function \"ecosystem.associated_transactions_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_associated_transactions_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_associated_transactions_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_estimated_transaction_totals",
              "description": "fetch data from the table: \"ecosystem.estimated_transaction_totals\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_estimated_transaction_totals_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_estimated_transaction_totals_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_estimated_transaction_totals_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_estimated_transaction_totals",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_estimated_transaction_totals_aggregate",
              "description": "fetch aggregated fields from the table: \"ecosystem.estimated_transaction_totals\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_estimated_transaction_totals_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_estimated_transaction_totals_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_estimated_transaction_totals_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_estimated_transaction_totals_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_fees_paid_per_period",
              "description": "execute function \"ecosystem.fees_paid_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_fees_paid_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_fees_paid_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_fees_paid_per_period_aggregate",
              "description": "execute function \"ecosystem.fees_paid_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_fees_paid_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_fees_paid_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_fungible_token_transfers_per_period",
              "description": "execute function \"ecosystem.fungible_token_transfers_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_fungible_token_transfers_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_fungible_token_transfers_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_fungible_token_transfers_per_period_aggregate",
              "description": "execute function \"ecosystem.fungible_token_transfers_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_fungible_token_transfers_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_fungible_token_transfers_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_hcs_messages_per_period",
              "description": "execute function \"ecosystem.hcs_messages_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_hcs_messages_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_hcs_messages_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_hcs_messages_per_period_aggregate",
              "description": "execute function \"ecosystem.hcs_messages_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_hcs_messages_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_hcs_messages_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_metric",
              "description": "fetch data from the table: \"ecosystem.metric\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_metric_aggregate",
              "description": "fetch aggregated fields from the table: \"ecosystem.metric\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_metric_description",
              "description": "fetch data from the table: \"ecosystem.metric_description\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_description_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_description_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_description_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric_description",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_metric_description_aggregate",
              "description": "fetch aggregated fields from the table: \"ecosystem.metric_description\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_description_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_description_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_description_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_description_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_metric_description_by_pk",
              "description": "fetch data from the table: \"ecosystem.metric_description\" using primary key columns",
              "args": [
                {
                  "name": "name",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_metric_description",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_nft_collection_sales_volume",
              "description": "execute function \"ecosystem.nft_collection_sales_volume\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_nft_collection_sales_volume\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_nft_collection_sales_volume_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_metric",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_nft_collection_sales_volume_aggregate",
              "description": "execute function \"ecosystem.nft_collection_sales_volume\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_nft_collection_sales_volume_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_nft_collection_sales_volume_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_nft_holders_per_period",
              "description": "execute function \"ecosystem.nft_holders_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_nft_holders_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_nft_holders_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_nft_holders_per_period_aggregate",
              "description": "execute function \"ecosystem.nft_holders_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_nft_holders_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_nft_holders_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_non_fungible_token_transfers_per_period",
              "description": "execute function \"ecosystem.non_fungible_token_transfers_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_non_fungible_token_transfers_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_non_fungible_token_transfers_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_non_fungible_token_transfers_per_period_aggregate",
              "description": "execute function \"ecosystem.non_fungible_token_transfers_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_non_fungible_token_transfers_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_non_fungible_token_transfers_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_revenue_per_period",
              "description": "execute function \"ecosystem.revenue_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_revenue_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_revenue_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_revenue_per_period_aggregate",
              "description": "execute function \"ecosystem.revenue_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_revenue_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_revenue_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_smart_contract_calls_per_period",
              "description": "execute function \"ecosystem.smart_contract_calls_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_smart_contract_calls_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_smart_contract_calls_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_smart_contract_calls_per_period_aggregate",
              "description": "execute function \"ecosystem.smart_contract_calls_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_smart_contract_calls_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_smart_contract_calls_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_transaction_count_by_type",
              "description": "fetch data from the table: \"ecosystem.transaction_count_by_type\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_transaction_count_by_type_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_transaction_count_by_type_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_transaction_count_by_type_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_transaction_count_by_type",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_transaction_count_by_type_aggregate",
              "description": "fetch aggregated fields from the table: \"ecosystem.transaction_count_by_type\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_transaction_count_by_type_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_transaction_count_by_type_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_transaction_count_by_type_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_transaction_count_by_type_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_transaction_fees_per_period",
              "description": "execute function \"ecosystem.transaction_fees_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_transaction_fees_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_transaction_fees_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_transaction_fees_per_period_aggregate",
              "description": "execute function \"ecosystem.transaction_fees_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_transaction_fees_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_transaction_fees_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_transactions_by_type",
              "description": "execute function \"ecosystem.transactions_by_type\" which returns \"ecosystem.transaction_count_by_type\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_transactions_by_type\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_transactions_by_type_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_transaction_count_by_type_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_transaction_count_by_type_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_transaction_count_by_type_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_transaction_count_by_type",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_transactions_by_type_aggregate",
              "description": "execute function \"ecosystem.transactions_by_type\" and query aggregates on result of table type \"ecosystem.transaction_count_by_type\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_transactions_by_type_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_transactions_by_type_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_transaction_count_by_type_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_transaction_count_by_type_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_transaction_count_by_type_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_transaction_count_by_type_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_transactions_per_period",
              "description": "execute function \"ecosystem.transactions_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_transactions_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_transactions_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_transactions_per_period_aggregate",
              "description": "execute function \"ecosystem.transactions_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_transactions_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_transactions_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity",
              "description": "fetch data from the table: \"entity\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "entity_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "entity_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "entity_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "entity",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_aggregate",
              "description": "fetch aggregated fields from the table: \"entity\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "entity_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "entity_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "entity_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "entity_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_by_pk",
              "description": "fetch data from the table: \"entity\" using primary key columns",
              "args": [
                {
                  "name": "id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {"kind": "OBJECT", "name": "entity", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_history",
              "description": "fetch data from the table: \"entity_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "entity_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "entity_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "entity_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "entity_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_history_aggregate",
              "description": "fetch aggregated fields from the table: \"entity_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "entity_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "entity_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "entity_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "entity_history_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_stake",
              "description": "fetch data from the table: \"entity_stake\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "entity_stake_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "entity_stake_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "entity_stake_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "entity_stake",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_stake_aggregate",
              "description": "fetch aggregated fields from the table: \"entity_stake\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "entity_stake_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "entity_stake_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "entity_stake_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "entity_stake_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_stake_by_pk",
              "description": "fetch data from the table: \"entity_stake\" using primary key columns",
              "args": [
                {
                  "name": "id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "entity_stake",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_transaction",
              "description": "execute function \"entity_transaction\" which returns \"transaction\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"entity_transaction\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "entity_transaction_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "transaction",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_transaction_aggregate",
              "description": "execute function \"entity_transaction\" and query aggregates on result of table type \"transaction\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"entity_transaction_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "entity_transaction_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "transaction_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_transaction",
              "description": "fetch data from the table: \"ethereum_transaction\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ethereum_transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ethereum_transaction_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ethereum_transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ethereum_transaction",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_transaction_aggregate",
              "description": "fetch aggregated fields from the table: \"ethereum_transaction\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ethereum_transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ethereum_transaction_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ethereum_transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ethereum_transaction_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_transaction_by_pk",
              "description": "fetch data from the table: \"ethereum_transaction\" using primary key columns",
              "args": [
                {
                  "name": "consensus_timestamp",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "ethereum_transaction",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "network_stake",
              "description": "fetch data from the table: \"network_stake\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "network_stake_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "network_stake_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "network_stake_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "network_stake",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "network_stake_aggregate",
              "description": "fetch aggregated fields from the table: \"network_stake\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "network_stake_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "network_stake_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "network_stake_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "network_stake_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "network_stake_by_pk",
              "description": "fetch data from the table: \"network_stake\" using primary key columns",
              "args": [
                {
                  "name": "consensus_timestamp",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "network_stake",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "OBJECT", "name": "nft", "ofType": null}
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "nft_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_allowance",
              "description": "fetch data from the table: \"nft_allowance\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_allowance_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_allowance_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_allowance_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "nft_allowance",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_allowance_aggregate",
              "description": "fetch aggregated fields from the table: \"nft_allowance\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_allowance_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_allowance_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_allowance_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "nft_allowance_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_allowance_by_pk",
              "description": "fetch data from the table: \"nft_allowance\" using primary key columns",
              "args": [
                {
                  "name": "owner",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "spender",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "token_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "nft_allowance",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_allowance_history",
              "description": "fetch data from the table: \"nft_allowance_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_allowance_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_allowance_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_allowance_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "nft_allowance_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_allowance_history_aggregate",
              "description": "fetch aggregated fields from the table: \"nft_allowance_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_allowance_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_allowance_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_allowance_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "nft_allowance_history_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_by_pk",
              "description": "fetch data from the table: \"nft\" using primary key columns",
              "args": [
                {
                  "name": "serial_number",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "token_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {"kind": "OBJECT", "name": "nft", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_history",
              "description": "fetch data from the table: \"nft_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "nft_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_history_aggregate",
              "description": "fetch aggregated fields from the table: \"nft_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "nft_history_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_transfer",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "nft_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_transfer_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "nft_transfer_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_stake",
              "description": "fetch data from the table: \"node_stake\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "node_stake_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "node_stake_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "node_stake_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "node_stake",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_stake_aggregate",
              "description": "fetch aggregated fields from the table: \"node_stake\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "node_stake_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "node_stake_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "node_stake_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "node_stake_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_stake_by_pk",
              "description": "fetch data from the table: \"node_stake\" using primary key columns",
              "args": [
                {
                  "name": "consensus_timestamp",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "node_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {"kind": "OBJECT", "name": "node_stake", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "non_fee_transfer",
              "description": "fetch data from the table: \"non_fee_transfer\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "non_fee_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "non_fee_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "non_fee_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "non_fee_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "non_fee_transfer_aggregate",
              "description": "fetch aggregated fields from the table: \"non_fee_transfer\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "non_fee_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "non_fee_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "non_fee_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "non_fee_transfer_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "schedule",
              "description": "fetch data from the table: \"schedule\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "schedule_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "schedule_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "schedule_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "schedule",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "schedule_aggregate",
              "description": "fetch aggregated fields from the table: \"schedule\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "schedule_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "schedule_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "schedule_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "schedule_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "schedule_by_pk",
              "description": "fetch data from the table: \"schedule\" using primary key columns",
              "args": [
                {
                  "name": "schedule_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {"kind": "OBJECT", "name": "schedule", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sibling_transactions",
              "description": "execute function \"sibling_transactions\" which returns \"transaction\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"sibling_transactions\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "sibling_transactions_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "transaction",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sibling_transactions_aggregate",
              "description": "execute function \"sibling_transactions\" and query aggregates on result of table type \"transaction\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"sibling_transactions_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "sibling_transactions_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "transaction_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_transfer",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "staking_reward_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "staking_reward_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "staking_reward_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "staking_reward_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_transfer_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "staking_reward_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "staking_reward_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "staking_reward_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "staking_reward_transfer_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_transfer_by_pk",
              "description": "fetch data from the table: \"staking_reward_transfer\" using primary key columns",
              "args": [
                {
                  "name": "account_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "consensus_timestamp",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "staking_reward_transfer",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token",
              "description": "fetch data from the table: \"token\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_account",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_account_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_account_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_account_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_account",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_account_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_account_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_account_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_account_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "token_account_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_account_by_pk",
              "description": "fetch data from the table: \"token_account\" using primary key columns",
              "args": [
                {
                  "name": "account_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "token_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "token_account",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_account_history",
              "description": "fetch data from the table: \"token_account_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_account_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_account_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_account_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_account_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_account_history_aggregate",
              "description": "fetch aggregated fields from the table: \"token_account_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_account_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_account_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_account_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "token_account_history_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_aggregate",
              "description": "fetch aggregated fields from the table: \"token\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "token_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_airdrop",
              "description": "fetch data from the table: \"token_airdrop\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_airdrop_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_airdrop_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_airdrop_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_airdrop",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_airdrop_aggregate",
              "description": "fetch aggregated fields from the table: \"token_airdrop\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_airdrop_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_airdrop_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_airdrop_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "token_airdrop_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_airdrop_history",
              "description": "fetch data from the table: \"token_airdrop_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_airdrop_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_airdrop_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_airdrop_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_airdrop_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_airdrop_history_aggregate",
              "description": "fetch aggregated fields from the table: \"token_airdrop_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_airdrop_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_airdrop_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_airdrop_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "token_airdrop_history_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_allowance",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_allowance_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_allowance_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_allowance_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_allowance",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_allowance_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_allowance_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_allowance_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_allowance_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "token_allowance_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_allowance_by_pk",
              "description": "fetch data from the table: \"token_allowance\" using primary key columns",
              "args": [
                {
                  "name": "owner",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "spender",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "token_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "token_allowance",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_allowance_history",
              "description": "fetch data from the table: \"token_allowance_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_allowance_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_allowance_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_allowance_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_allowance_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_allowance_history_aggregate",
              "description": "fetch aggregated fields from the table: \"token_allowance_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_allowance_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_allowance_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_allowance_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "token_allowance_history_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_by_pk",
              "description": "fetch data from the table: \"token\" using primary key columns",
              "args": [
                {
                  "name": "token_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {"kind": "OBJECT", "name": "token", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_history",
              "description": "fetch data from the table: \"token_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_history_aggregate",
              "description": "fetch aggregated fields from the table: \"token_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "token_history_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_transfer",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_transfer_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "token_transfer_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic",
              "description": "fetch data from the table: \"topic\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "topic_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "topic_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "topic_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "topic",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_aggregate",
              "description": "fetch aggregated fields from the table: \"topic\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "topic_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "topic_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "topic_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "topic_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_by_pk",
              "description": "fetch data from the table: \"topic\" using primary key columns",
              "args": [
                {
                  "name": "id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {"kind": "OBJECT", "name": "topic", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_message",
              "description": "fetch data from the table: \"topic_message\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "topic_message_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "topic_message_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "topic_message_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "topic_message",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_message_aggregate",
              "description": "fetch aggregated fields from the table: \"topic_message\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "topic_message_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "topic_message_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "topic_message_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "topic_message_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_message_lookup",
              "description": "fetch data from the table: \"topic_message_lookup\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "topic_message_lookup_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "topic_message_lookup_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "topic_message_lookup_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "topic_message_lookup",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_message_lookup_aggregate",
              "description": "fetch aggregated fields from the table: \"topic_message_lookup\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "topic_message_lookup_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "topic_message_lookup_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "topic_message_lookup_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "topic_message_lookup_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_message_lookup_by_pk",
              "description": "fetch data from the table: \"topic_message_lookup\" using primary key columns",
              "args": [
                {
                  "name": "partition",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "topic_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "topic_message_lookup",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_accounts",
              "description": "fetch data from the table: \"total_accounts\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "total_accounts_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "total_accounts_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "total_accounts_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "total_accounts",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_accounts_aggregate",
              "description": "fetch aggregated fields from the table: \"total_accounts\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "total_accounts_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "total_accounts_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "total_accounts_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "total_accounts_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction",
              "description": "fetch data from the table: \"transaction\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "transaction",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_aggregate",
              "description": "fetch aggregated fields from the table: \"transaction\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "transaction_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_by_pk",
              "description": "fetch data from the table: \"transaction\" using primary key columns",
              "args": [
                {
                  "name": "consensus_timestamp",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {"kind": "OBJECT", "name": "transaction", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_signature",
              "description": "fetch data from the table: \"transaction_signature\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_signature_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_signature_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_signature_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "transaction_signature",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_signature_aggregate",
              "description": "fetch aggregated fields from the table: \"transaction_signature\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_signature_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_signature_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_signature_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "transaction_signature_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_transfer",
              "description": "execute function \"transaction_transfer\" which returns \"_transfer\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"transaction_transfer\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "transaction_transfer_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_transfer_aggregate",
              "description": "execute function \"transaction_transfer\" and query aggregates on result of table type \"_transfer\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"transaction_transfer_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "transaction_transfer_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "_transfer_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transactions_last_24hrs",
              "description": "fetch data from the table: \"transactions_last_24hrs\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transactions_last_24hrs_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transactions_last_24hrs_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transactions_last_24hrs_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "transactions_last_24hrs",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transactions_last_24hrs_aggregate",
              "description": "fetch aggregated fields from the table: \"transactions_last_24hrs\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transactions_last_24hrs_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transactions_last_24hrs_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transactions_last_24hrs_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "transactions_last_24hrs_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "schedule",
          "description": "Schedule transaction signatories",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"schedule_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "creator_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "executed_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "executed_timestamp_iso8601",
              "description": "A computed field, executes function \"schedule_executed_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_time",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp_iso8601",
              "description": "A computed field, executes function \"schedule_expiration_time_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "schedule_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_body",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "wait_for_expiry",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Boolean", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "schedule_aggregate",
          "description": "aggregated selection of \"schedule\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "schedule_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "schedule",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "schedule_aggregate_fields",
          "description": "aggregate fields of \"schedule\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "schedule_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "schedule_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "schedule_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "schedule_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "schedule_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "schedule_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "schedule_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "schedule_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "schedule_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "schedule_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "schedule_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "schedule_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "creator_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "executed_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_time",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "schedule_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "schedule_bool_exp",
          "description": "Boolean expression to filter rows from the table \"schedule\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "schedule_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "schedule_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "schedule_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "creator_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "executed_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "executed_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "expiration_time",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "expiration_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "schedule_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "transaction_body",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "wait_for_expiry",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "schedule_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"schedule_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "creator_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "executed_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "executed_timestamp_iso8601",
              "description": "A computed field, executes function \"schedule_executed_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_time",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp_iso8601",
              "description": "A computed field, executes function \"schedule_expiration_time_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "schedule_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "schedule_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"schedule_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "creator_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "executed_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "executed_timestamp_iso8601",
              "description": "A computed field, executes function \"schedule_executed_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_time",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_timestamp_iso8601",
              "description": "A computed field, executes function \"schedule_expiration_time_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "schedule_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "schedule_order_by",
          "description": "Ordering options when selecting data from \"schedule\".",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "creator_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "executed_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "executed_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "expiration_time",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "expiration_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "schedule_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "transaction_body",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "wait_for_expiry",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "schedule_select_column",
          "description": "select columns of table \"schedule\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "consensus_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "creator_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "executed_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_time",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "schedule_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_body",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "wait_for_expiry",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "schedule_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "creator_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "executed_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_time",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "schedule_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "schedule_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "creator_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "executed_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_time",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "schedule_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "schedule_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "creator_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "executed_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_time",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "schedule_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "schedule_stream_cursor_input",
          "description": "Streaming cursor of the table \"schedule\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "schedule_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "schedule_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "creator_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "executed_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "expiration_time",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "schedule_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "transaction_body",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "wait_for_expiry",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "schedule_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "creator_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "executed_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_time",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "schedule_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "schedule_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "creator_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "executed_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_time",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "schedule_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "schedule_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "creator_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "executed_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_time",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "schedule_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "schedule_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "creator_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "executed_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "expiration_time",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "schedule_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "sibling_transactions_args",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "transaction_row",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "transaction_scalar",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "smallint",
          "description": null,
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "smallint_comparison_exp",
          "description": "Boolean expression to compare columns of type \"smallint\". All fields are combined with logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_eq",
              "description": null,
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_gt",
              "description": null,
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_gte",
              "description": null,
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_in",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "smallint",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_is_null",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lt",
              "description": null,
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lte",
              "description": null,
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_neq",
              "description": null,
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_nin",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "smallint",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "staking_reward_transfer",
          "description": "columns and relationships of \"staking_reward_transfer\"",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"staking_reward_transfer_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction",
              "description": "An object relationship",
              "args": [],
              "type": {"kind": "OBJECT", "name": "transaction", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "staking_reward_transfer_aggregate",
          "description": "aggregated selection of \"staking_reward_transfer\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "staking_reward_transfer_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "staking_reward_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "staking_reward_transfer_aggregate_bool_exp",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "count",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "staking_reward_transfer_aggregate_bool_exp_count",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "staking_reward_transfer_aggregate_bool_exp_count",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "staking_reward_transfer_select_column",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "staking_reward_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Int_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "staking_reward_transfer_aggregate_fields",
          "description": "aggregate fields of \"staking_reward_transfer\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "staking_reward_transfer_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "staking_reward_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "staking_reward_transfer_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "staking_reward_transfer_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "staking_reward_transfer_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "staking_reward_transfer_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "staking_reward_transfer_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "staking_reward_transfer_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "staking_reward_transfer_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "staking_reward_transfer_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "staking_reward_transfer_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "staking_reward_transfer_aggregate_order_by",
          "description": "order by aggregate values of table \"staking_reward_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "avg",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "staking_reward_transfer_avg_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "count",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "staking_reward_transfer_max_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "min",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "staking_reward_transfer_min_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "staking_reward_transfer_stddev_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "staking_reward_transfer_stddev_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "staking_reward_transfer_stddev_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sum",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "staking_reward_transfer_sum_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "staking_reward_transfer_var_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "staking_reward_transfer_var_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "variance",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "staking_reward_transfer_variance_order_by",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "staking_reward_transfer_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "staking_reward_transfer_avg_order_by",
          "description": "order by avg() on columns of table \"staking_reward_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "staking_reward_transfer_bool_exp",
          "description": "Boolean expression to filter rows from the table \"staking_reward_transfer\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "staking_reward_transfer_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "staking_reward_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "staking_reward_transfer_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "transaction",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "staking_reward_transfer_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"staking_reward_transfer_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "staking_reward_transfer_max_order_by",
          "description": "order by max() on columns of table \"staking_reward_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "staking_reward_transfer_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"staking_reward_transfer_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "staking_reward_transfer_min_order_by",
          "description": "order by min() on columns of table \"staking_reward_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "staking_reward_transfer_order_by",
          "description": "Ordering options when selecting data from \"staking_reward_transfer\".",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "transaction",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_order_by",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "staking_reward_transfer_select_column",
          "description": "select columns of table \"staking_reward_transfer\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "staking_reward_transfer_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "staking_reward_transfer_stddev_order_by",
          "description": "order by stddev() on columns of table \"staking_reward_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "staking_reward_transfer_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "staking_reward_transfer_stddev_pop_order_by",
          "description": "order by stddev_pop() on columns of table \"staking_reward_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "staking_reward_transfer_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "staking_reward_transfer_stddev_samp_order_by",
          "description": "order by stddev_samp() on columns of table \"staking_reward_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "staking_reward_transfer_stream_cursor_input",
          "description": "Streaming cursor of the table \"staking_reward_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "staking_reward_transfer_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "staking_reward_transfer_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "staking_reward_transfer_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "staking_reward_transfer_sum_order_by",
          "description": "order by sum() on columns of table \"staking_reward_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "staking_reward_transfer_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "staking_reward_transfer_var_pop_order_by",
          "description": "order by var_pop() on columns of table \"staking_reward_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "staking_reward_transfer_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "staking_reward_transfer_var_samp_order_by",
          "description": "order by var_samp() on columns of table \"staking_reward_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "staking_reward_transfer_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "staking_reward_transfer_variance_order_by",
          "description": "order by variance() on columns of table \"staking_reward_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "subscription_root",
          "description": null,
          "fields": [
            {
              "name": "_transfer",
              "description": "fetch data from the table: \"_transfer\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "_transfer_aggregate",
              "description": "fetch aggregated fields from the table: \"_transfer\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "_transfer_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "_transfer_stream",
              "description": "fetch data from the table in a streaming manner: \"_transfer\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "_transfer_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "account_transfer",
              "description": "execute function \"account_transfer\" which returns \"_transfer\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"account_transfer\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "account_transfer_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "account_transfer_aggregate",
              "description": "execute function \"account_transfer\" and query aggregates on result of table type \"_transfer\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"account_transfer_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "account_transfer_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "_transfer_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "address_book",
              "description": "fetch data from the table: \"address_book\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "address_book_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "address_book_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "address_book",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "address_book_aggregate",
              "description": "fetch aggregated fields from the table: \"address_book\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "address_book_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "address_book_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "address_book_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "address_book_by_pk",
              "description": "fetch data from the table: \"address_book\" using primary key columns",
              "args": [
                {
                  "name": "start_consensus_timestamp",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "address_book",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "address_book_entry",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "address_book_entry_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "address_book_entry_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_entry_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "address_book_entry",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "address_book_entry_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "address_book_entry_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "address_book_entry_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_entry_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "address_book_entry_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "address_book_entry_by_pk",
              "description": "fetch data from the table: \"address_book_entry\" using primary key columns",
              "args": [
                {
                  "name": "consensus_timestamp",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "node_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "address_book_entry",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "address_book_entry_stream",
              "description": "fetch data from the table in a streaming manner: \"address_book_entry\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "address_book_entry_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_entry_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "address_book_entry",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "address_book_service_endpoint",
              "description": "fetch data from the table: \"address_book_service_endpoint\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "address_book_service_endpoint_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "address_book_service_endpoint_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_service_endpoint_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "address_book_service_endpoint",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "address_book_service_endpoint_aggregate",
              "description": "fetch aggregated fields from the table: \"address_book_service_endpoint\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "address_book_service_endpoint_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "address_book_service_endpoint_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_service_endpoint_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "address_book_service_endpoint_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "address_book_service_endpoint_stream",
              "description": "fetch data from the table in a streaming manner: \"address_book_service_endpoint\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "address_book_service_endpoint_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_service_endpoint_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "address_book_service_endpoint",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "address_book_stream",
              "description": "fetch data from the table in a streaming manner: \"address_book\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "address_book_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "address_book_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "address_book",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "assessed_custom_fee",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "assessed_custom_fee_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "assessed_custom_fee_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "assessed_custom_fee_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "assessed_custom_fee",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "assessed_custom_fee_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "assessed_custom_fee_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "assessed_custom_fee_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "assessed_custom_fee_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "assessed_custom_fee_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "assessed_custom_fee_stream",
              "description": "fetch data from the table in a streaming manner: \"assessed_custom_fee\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "assessed_custom_fee_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "assessed_custom_fee_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "assessed_custom_fee",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "child_transactions",
              "description": "execute function \"child_transactions\" which returns \"transaction\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"child_transactions\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "child_transactions_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "transaction",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "child_transactions_aggregate",
              "description": "execute function \"child_transactions\" and query aggregates on result of table type \"transaction\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"child_transactions_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "child_transactions_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "transaction_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract",
              "description": "fetch data from the table: \"contract\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_action",
              "description": "fetch data from the table: \"contract_action\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_action_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_action_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_action_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract_action",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_action_aggregate",
              "description": "fetch aggregated fields from the table: \"contract_action\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_action_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_action_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_action_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "contract_action_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_action_by_pk",
              "description": "fetch data from the table: \"contract_action\" using primary key columns",
              "args": [
                {
                  "name": "consensus_timestamp",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "index",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "contract_action",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_action_stream",
              "description": "fetch data from the table in a streaming manner: \"contract_action\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_action_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_action_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract_action",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_aggregate",
              "description": "fetch aggregated fields from the table: \"contract\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "contract_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_by_pk",
              "description": "fetch data from the table: \"contract\" using primary key columns",
              "args": [
                {
                  "name": "id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {"kind": "OBJECT", "name": "contract", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_log",
              "description": "fetch data from the table: \"contract_log\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_log_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_log_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_log_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract_log",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_log_aggregate",
              "description": "fetch aggregated fields from the table: \"contract_log\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_log_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_log_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_log_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "contract_log_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_log_by_pk",
              "description": "fetch data from the table: \"contract_log\" using primary key columns",
              "args": [
                {
                  "name": "consensus_timestamp",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "index",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "contract_log",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_log_stream",
              "description": "fetch data from the table in a streaming manner: \"contract_log\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_log_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_log_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract_log",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_result",
              "description": "fetch data from the table: \"contract_result\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_result_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_result_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_result_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract_result",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_result_aggregate",
              "description": "fetch aggregated fields from the table: \"contract_result\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_result_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_result_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_result_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "contract_result_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_result_by_pk",
              "description": "fetch data from the table: \"contract_result\" using primary key columns",
              "args": [
                {
                  "name": "consensus_timestamp",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "contract_result",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_result_stream",
              "description": "fetch data from the table in a streaming manner: \"contract_result\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_result_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_result_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract_result",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_state",
              "description": "fetch data from the table: \"contract_state\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_state_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_state_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_state_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract_state",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_state_aggregate",
              "description": "fetch aggregated fields from the table: \"contract_state\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_state_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_state_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_state_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "contract_state_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_state_by_pk",
              "description": "fetch data from the table: \"contract_state\" using primary key columns",
              "args": [
                {
                  "name": "contract_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "slot",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bytea",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_state_change",
              "description": "fetch data from the table: \"contract_state_change\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_state_change_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_state_change_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_state_change_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract_state_change",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_state_change_aggregate",
              "description": "fetch aggregated fields from the table: \"contract_state_change\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_state_change_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_state_change_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_state_change_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "contract_state_change_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_state_change_by_pk",
              "description": "fetch data from the table: \"contract_state_change\" using primary key columns",
              "args": [
                {
                  "name": "consensus_timestamp",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "contract_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "slot",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bytea",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "contract_state_change",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_state_change_stream",
              "description": "fetch data from the table in a streaming manner: \"contract_state_change\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_state_change_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_state_change_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract_state_change",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_state_stream",
              "description": "fetch data from the table in a streaming manner: \"contract_state\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_state_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_state_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract_state",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_stream",
              "description": "fetch data from the table in a streaming manner: \"contract\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_transactions_last_24hrs",
              "description": "fetch data from the table: \"contract_transactions_last_24hrs\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_transactions_last_24hrs_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_transactions_last_24hrs_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_transactions_last_24hrs_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract_transactions_last_24hrs",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_transactions_last_24hrs_aggregate",
              "description": "fetch aggregated fields from the table: \"contract_transactions_last_24hrs\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "contract_transactions_last_24hrs_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_transactions_last_24hrs_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_transactions_last_24hrs_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "contract_transactions_last_24hrs_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "contract_transactions_last_24hrs_stream",
              "description": "fetch data from the table in a streaming manner: \"contract_transactions_last_24hrs\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "contract_transactions_last_24hrs_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "contract_transactions_last_24hrs_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "contract_transactions_last_24hrs",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "crypto_allowance",
              "description": "fetch data from the table: \"crypto_allowance\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "crypto_allowance_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "crypto_allowance_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_allowance_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "crypto_allowance",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "crypto_allowance_aggregate",
              "description": "fetch aggregated fields from the table: \"crypto_allowance\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "crypto_allowance_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "crypto_allowance_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_allowance_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "crypto_allowance_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "crypto_allowance_by_pk",
              "description": "fetch data from the table: \"crypto_allowance\" using primary key columns",
              "args": [
                {
                  "name": "owner",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "spender",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "crypto_allowance",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "crypto_allowance_history",
              "description": "fetch data from the table: \"crypto_allowance_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "crypto_allowance_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "crypto_allowance_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_allowance_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "crypto_allowance_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "crypto_allowance_history_aggregate",
              "description": "fetch aggregated fields from the table: \"crypto_allowance_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "crypto_allowance_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "crypto_allowance_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_allowance_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "crypto_allowance_history_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "crypto_allowance_history_stream",
              "description": "fetch data from the table in a streaming manner: \"crypto_allowance_history\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "crypto_allowance_history_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_allowance_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "crypto_allowance_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "crypto_allowance_stream",
              "description": "fetch data from the table in a streaming manner: \"crypto_allowance\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "crypto_allowance_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_allowance_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "crypto_allowance",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "crypto_transfer",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "crypto_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "crypto_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "crypto_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "crypto_transfer_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "crypto_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "crypto_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "crypto_transfer_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "crypto_transfer_stream",
              "description": "fetch data from the table in a streaming manner: \"crypto_transfer\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "crypto_transfer_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "crypto_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "custom_fee",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "custom_fee_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "custom_fee_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "custom_fee_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "custom_fee",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "custom_fee_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "custom_fee_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "custom_fee_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "custom_fee_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "custom_fee_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "custom_fee_by_pk",
              "description": "fetch data from the table: \"custom_fee\" using primary key columns",
              "args": [
                {
                  "name": "entity_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {"kind": "OBJECT", "name": "custom_fee", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "custom_fee_stream",
              "description": "fetch data from the table in a streaming manner: \"custom_fee\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "custom_fee_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "custom_fee_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "custom_fee",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_active_accounts_per_period",
              "description": "execute function \"ecosystem.active_accounts_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_active_accounts_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_active_accounts_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_active_accounts_per_period_aggregate",
              "description": "execute function \"ecosystem.active_accounts_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_active_accounts_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_active_accounts_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_active_nft_account_cohorts",
              "description": "fetch data from the table: \"ecosystem.active_nft_account_cohorts\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_active_nft_account_cohorts_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_active_nft_account_cohorts_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_active_nft_account_cohorts_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_active_nft_account_cohorts",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_active_nft_account_cohorts_aggregate",
              "description": "fetch aggregated fields from the table: \"ecosystem.active_nft_account_cohorts\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_active_nft_account_cohorts_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_active_nft_account_cohorts_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_active_nft_account_cohorts_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_active_nft_account_cohorts_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_active_nft_account_cohorts_stream",
              "description": "fetch data from the table in a streaming manner: \"ecosystem.active_nft_account_cohorts\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_active_nft_account_cohorts_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_active_nft_account_cohorts_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_active_nft_account_cohorts",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_associated_revenue_per_period",
              "description": "execute function \"ecosystem.associated_revenue_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_associated_revenue_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_associated_revenue_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_associated_revenue_per_period_aggregate",
              "description": "execute function \"ecosystem.associated_revenue_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_associated_revenue_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_associated_revenue_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_associated_transaction_fees_per_period",
              "description": "execute function \"ecosystem.associated_transaction_fees_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_associated_transaction_fees_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_associated_transaction_fees_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_associated_transaction_fees_per_period_aggregate",
              "description": "execute function \"ecosystem.associated_transaction_fees_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_associated_transaction_fees_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_associated_transaction_fees_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_associated_transactions_per_period",
              "description": "execute function \"ecosystem.associated_transactions_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_associated_transactions_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_associated_transactions_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_associated_transactions_per_period_aggregate",
              "description": "execute function \"ecosystem.associated_transactions_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_associated_transactions_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_associated_transactions_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_estimated_transaction_totals",
              "description": "fetch data from the table: \"ecosystem.estimated_transaction_totals\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_estimated_transaction_totals_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_estimated_transaction_totals_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_estimated_transaction_totals_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_estimated_transaction_totals",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_estimated_transaction_totals_aggregate",
              "description": "fetch aggregated fields from the table: \"ecosystem.estimated_transaction_totals\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_estimated_transaction_totals_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_estimated_transaction_totals_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_estimated_transaction_totals_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_estimated_transaction_totals_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_estimated_transaction_totals_stream",
              "description": "fetch data from the table in a streaming manner: \"ecosystem.estimated_transaction_totals\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_estimated_transaction_totals_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_estimated_transaction_totals_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_estimated_transaction_totals",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_fees_paid_per_period",
              "description": "execute function \"ecosystem.fees_paid_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_fees_paid_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_fees_paid_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_fees_paid_per_period_aggregate",
              "description": "execute function \"ecosystem.fees_paid_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_fees_paid_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_fees_paid_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_fungible_token_transfers_per_period",
              "description": "execute function \"ecosystem.fungible_token_transfers_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_fungible_token_transfers_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_fungible_token_transfers_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_fungible_token_transfers_per_period_aggregate",
              "description": "execute function \"ecosystem.fungible_token_transfers_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_fungible_token_transfers_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_fungible_token_transfers_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_hcs_messages_per_period",
              "description": "execute function \"ecosystem.hcs_messages_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_hcs_messages_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_hcs_messages_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_hcs_messages_per_period_aggregate",
              "description": "execute function \"ecosystem.hcs_messages_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_hcs_messages_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_hcs_messages_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_metric",
              "description": "fetch data from the table: \"ecosystem.metric\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_metric_aggregate",
              "description": "fetch aggregated fields from the table: \"ecosystem.metric\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_metric_description",
              "description": "fetch data from the table: \"ecosystem.metric_description\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_description_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_description_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_description_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric_description",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_metric_description_aggregate",
              "description": "fetch aggregated fields from the table: \"ecosystem.metric_description\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_description_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_description_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_description_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_description_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_metric_description_by_pk",
              "description": "fetch data from the table: \"ecosystem.metric_description\" using primary key columns",
              "args": [
                {
                  "name": "name",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_metric_description",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_metric_description_stream",
              "description": "fetch data from the table in a streaming manner: \"ecosystem.metric_description\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_description_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_description_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric_description",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_metric_stream",
              "description": "fetch data from the table in a streaming manner: \"ecosystem.metric\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_nft_collection_sales_volume",
              "description": "execute function \"ecosystem.nft_collection_sales_volume\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_nft_collection_sales_volume\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_nft_collection_sales_volume_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "ecosystem_metric",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_nft_collection_sales_volume_aggregate",
              "description": "execute function \"ecosystem.nft_collection_sales_volume\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_nft_collection_sales_volume_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_nft_collection_sales_volume_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_nft_holders_per_period",
              "description": "execute function \"ecosystem.nft_holders_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_nft_holders_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_nft_holders_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_nft_holders_per_period_aggregate",
              "description": "execute function \"ecosystem.nft_holders_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_nft_holders_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_nft_holders_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_non_fungible_token_transfers_per_period",
              "description": "execute function \"ecosystem.non_fungible_token_transfers_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_non_fungible_token_transfers_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_non_fungible_token_transfers_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_non_fungible_token_transfers_per_period_aggregate",
              "description": "execute function \"ecosystem.non_fungible_token_transfers_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_non_fungible_token_transfers_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_non_fungible_token_transfers_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_revenue_per_period",
              "description": "execute function \"ecosystem.revenue_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_revenue_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_revenue_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_revenue_per_period_aggregate",
              "description": "execute function \"ecosystem.revenue_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_revenue_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_revenue_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_smart_contract_calls_per_period",
              "description": "execute function \"ecosystem.smart_contract_calls_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_smart_contract_calls_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_smart_contract_calls_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_smart_contract_calls_per_period_aggregate",
              "description": "execute function \"ecosystem.smart_contract_calls_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_smart_contract_calls_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_smart_contract_calls_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_transaction_count_by_type",
              "description": "fetch data from the table: \"ecosystem.transaction_count_by_type\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_transaction_count_by_type_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_transaction_count_by_type_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_transaction_count_by_type_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_transaction_count_by_type",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_transaction_count_by_type_aggregate",
              "description": "fetch aggregated fields from the table: \"ecosystem.transaction_count_by_type\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_transaction_count_by_type_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_transaction_count_by_type_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_transaction_count_by_type_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_transaction_count_by_type_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_transaction_count_by_type_stream",
              "description": "fetch data from the table in a streaming manner: \"ecosystem.transaction_count_by_type\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_transaction_count_by_type_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_transaction_count_by_type_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_transaction_count_by_type",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_transaction_fees_per_period",
              "description": "execute function \"ecosystem.transaction_fees_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_transaction_fees_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_transaction_fees_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_transaction_fees_per_period_aggregate",
              "description": "execute function \"ecosystem.transaction_fees_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_transaction_fees_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_transaction_fees_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_transactions_by_type",
              "description": "execute function \"ecosystem.transactions_by_type\" which returns \"ecosystem.transaction_count_by_type\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_transactions_by_type\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_transactions_by_type_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_transaction_count_by_type_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_transaction_count_by_type_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_transaction_count_by_type_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_transaction_count_by_type",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_transactions_by_type_aggregate",
              "description": "execute function \"ecosystem.transactions_by_type\" and query aggregates on result of table type \"ecosystem.transaction_count_by_type\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_transactions_by_type_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_transactions_by_type_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_transaction_count_by_type_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_transaction_count_by_type_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_transaction_count_by_type_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_transaction_count_by_type_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_transactions_per_period",
              "description": "execute function \"ecosystem.transactions_per_period\" which returns \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_transactions_per_period\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_transactions_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ecosystem_metric",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ecosystem_transactions_per_period_aggregate",
              "description": "execute function \"ecosystem.transactions_per_period\" and query aggregates on result of table type \"ecosystem.metric\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"ecosystem_transactions_per_period_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "ecosystem_transactions_per_period_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ecosystem_metric_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ecosystem_metric_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ecosystem_metric_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ecosystem_metric_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity",
              "description": "fetch data from the table: \"entity\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "entity_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "entity_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "entity_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "entity",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_aggregate",
              "description": "fetch aggregated fields from the table: \"entity\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "entity_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "entity_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "entity_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "entity_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_by_pk",
              "description": "fetch data from the table: \"entity\" using primary key columns",
              "args": [
                {
                  "name": "id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {"kind": "OBJECT", "name": "entity", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_history",
              "description": "fetch data from the table: \"entity_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "entity_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "entity_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "entity_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "entity_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_history_aggregate",
              "description": "fetch aggregated fields from the table: \"entity_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "entity_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "entity_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "entity_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "entity_history_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_history_stream",
              "description": "fetch data from the table in a streaming manner: \"entity_history\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "entity_history_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "entity_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "entity_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_stake",
              "description": "fetch data from the table: \"entity_stake\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "entity_stake_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "entity_stake_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "entity_stake_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "entity_stake",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_stake_aggregate",
              "description": "fetch aggregated fields from the table: \"entity_stake\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "entity_stake_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "entity_stake_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "entity_stake_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "entity_stake_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_stake_by_pk",
              "description": "fetch data from the table: \"entity_stake\" using primary key columns",
              "args": [
                {
                  "name": "id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "entity_stake",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_stake_stream",
              "description": "fetch data from the table in a streaming manner: \"entity_stake\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "entity_stake_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "entity_stake_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "entity_stake",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_stream",
              "description": "fetch data from the table in a streaming manner: \"entity\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "entity_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "entity_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "entity",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_transaction",
              "description": "execute function \"entity_transaction\" which returns \"transaction\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"entity_transaction\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "entity_transaction_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "transaction",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_transaction_aggregate",
              "description": "execute function \"entity_transaction\" and query aggregates on result of table type \"transaction\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"entity_transaction_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "entity_transaction_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "transaction_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_transaction",
              "description": "fetch data from the table: \"ethereum_transaction\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ethereum_transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ethereum_transaction_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ethereum_transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ethereum_transaction",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_transaction_aggregate",
              "description": "fetch aggregated fields from the table: \"ethereum_transaction\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "ethereum_transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ethereum_transaction_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ethereum_transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ethereum_transaction_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_transaction_by_pk",
              "description": "fetch data from the table: \"ethereum_transaction\" using primary key columns",
              "args": [
                {
                  "name": "consensus_timestamp",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "ethereum_transaction",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ethereum_transaction_stream",
              "description": "fetch data from the table in a streaming manner: \"ethereum_transaction\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "ethereum_transaction_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "ethereum_transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "ethereum_transaction",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "network_stake",
              "description": "fetch data from the table: \"network_stake\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "network_stake_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "network_stake_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "network_stake_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "network_stake",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "network_stake_aggregate",
              "description": "fetch aggregated fields from the table: \"network_stake\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "network_stake_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "network_stake_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "network_stake_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "network_stake_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "network_stake_by_pk",
              "description": "fetch data from the table: \"network_stake\" using primary key columns",
              "args": [
                {
                  "name": "consensus_timestamp",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "network_stake",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "network_stake_stream",
              "description": "fetch data from the table in a streaming manner: \"network_stake\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "network_stake_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "network_stake_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "network_stake",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "OBJECT", "name": "nft", "ofType": null}
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "nft_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_allowance",
              "description": "fetch data from the table: \"nft_allowance\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_allowance_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_allowance_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_allowance_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "nft_allowance",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_allowance_aggregate",
              "description": "fetch aggregated fields from the table: \"nft_allowance\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_allowance_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_allowance_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_allowance_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "nft_allowance_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_allowance_by_pk",
              "description": "fetch data from the table: \"nft_allowance\" using primary key columns",
              "args": [
                {
                  "name": "owner",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "spender",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "token_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "nft_allowance",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_allowance_history",
              "description": "fetch data from the table: \"nft_allowance_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_allowance_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_allowance_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_allowance_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "nft_allowance_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_allowance_history_aggregate",
              "description": "fetch aggregated fields from the table: \"nft_allowance_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_allowance_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_allowance_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_allowance_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "nft_allowance_history_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_allowance_history_stream",
              "description": "fetch data from the table in a streaming manner: \"nft_allowance_history\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_allowance_history_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_allowance_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "nft_allowance_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_allowance_stream",
              "description": "fetch data from the table in a streaming manner: \"nft_allowance\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_allowance_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_allowance_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "nft_allowance",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_by_pk",
              "description": "fetch data from the table: \"nft\" using primary key columns",
              "args": [
                {
                  "name": "serial_number",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "token_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {"kind": "OBJECT", "name": "nft", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_history",
              "description": "fetch data from the table: \"nft_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "nft_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_history_aggregate",
              "description": "fetch aggregated fields from the table: \"nft_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "nft_history_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_history_stream",
              "description": "fetch data from the table in a streaming manner: \"nft_history\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_history_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "nft_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_stream",
              "description": "fetch data from the table in a streaming manner: \"nft\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "OBJECT", "name": "nft", "ofType": null}
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_transfer",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "nft_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_transfer_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "nft_transfer_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_transfer_stream",
              "description": "fetch data from the table in a streaming manner: \"nft_transfer\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_transfer_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "nft_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_stake",
              "description": "fetch data from the table: \"node_stake\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "node_stake_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "node_stake_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "node_stake_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "node_stake",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_stake_aggregate",
              "description": "fetch aggregated fields from the table: \"node_stake\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "node_stake_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "node_stake_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "node_stake_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "node_stake_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_stake_by_pk",
              "description": "fetch data from the table: \"node_stake\" using primary key columns",
              "args": [
                {
                  "name": "consensus_timestamp",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "node_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {"kind": "OBJECT", "name": "node_stake", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_stake_stream",
              "description": "fetch data from the table in a streaming manner: \"node_stake\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "node_stake_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "node_stake_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "node_stake",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "non_fee_transfer",
              "description": "fetch data from the table: \"non_fee_transfer\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "non_fee_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "non_fee_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "non_fee_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "non_fee_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "non_fee_transfer_aggregate",
              "description": "fetch aggregated fields from the table: \"non_fee_transfer\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "non_fee_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "non_fee_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "non_fee_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "non_fee_transfer_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "non_fee_transfer_stream",
              "description": "fetch data from the table in a streaming manner: \"non_fee_transfer\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "non_fee_transfer_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "non_fee_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "non_fee_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "schedule",
              "description": "fetch data from the table: \"schedule\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "schedule_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "schedule_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "schedule_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "schedule",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "schedule_aggregate",
              "description": "fetch aggregated fields from the table: \"schedule\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "schedule_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "schedule_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "schedule_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "schedule_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "schedule_by_pk",
              "description": "fetch data from the table: \"schedule\" using primary key columns",
              "args": [
                {
                  "name": "schedule_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {"kind": "OBJECT", "name": "schedule", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "schedule_stream",
              "description": "fetch data from the table in a streaming manner: \"schedule\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "schedule_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "schedule_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "schedule",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sibling_transactions",
              "description": "execute function \"sibling_transactions\" which returns \"transaction\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"sibling_transactions\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "sibling_transactions_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "transaction",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sibling_transactions_aggregate",
              "description": "execute function \"sibling_transactions\" and query aggregates on result of table type \"transaction\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"sibling_transactions_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "sibling_transactions_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "transaction_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_transfer",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "staking_reward_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "staking_reward_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "staking_reward_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "staking_reward_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_transfer_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "staking_reward_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "staking_reward_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "staking_reward_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "staking_reward_transfer_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_transfer_by_pk",
              "description": "fetch data from the table: \"staking_reward_transfer\" using primary key columns",
              "args": [
                {
                  "name": "account_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "consensus_timestamp",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "staking_reward_transfer",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_transfer_stream",
              "description": "fetch data from the table in a streaming manner: \"staking_reward_transfer\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "staking_reward_transfer_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "staking_reward_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "staking_reward_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token",
              "description": "fetch data from the table: \"token\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_account",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_account_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_account_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_account_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_account",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_account_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_account_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_account_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_account_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "token_account_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_account_by_pk",
              "description": "fetch data from the table: \"token_account\" using primary key columns",
              "args": [
                {
                  "name": "account_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "token_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "token_account",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_account_history",
              "description": "fetch data from the table: \"token_account_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_account_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_account_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_account_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_account_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_account_history_aggregate",
              "description": "fetch aggregated fields from the table: \"token_account_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_account_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_account_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_account_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "token_account_history_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_account_history_stream",
              "description": "fetch data from the table in a streaming manner: \"token_account_history\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_account_history_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_account_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_account_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_account_stream",
              "description": "fetch data from the table in a streaming manner: \"token_account\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_account_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_account_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_account",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_aggregate",
              "description": "fetch aggregated fields from the table: \"token\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "token_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_airdrop",
              "description": "fetch data from the table: \"token_airdrop\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_airdrop_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_airdrop_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_airdrop_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_airdrop",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_airdrop_aggregate",
              "description": "fetch aggregated fields from the table: \"token_airdrop\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_airdrop_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_airdrop_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_airdrop_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "token_airdrop_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_airdrop_history",
              "description": "fetch data from the table: \"token_airdrop_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_airdrop_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_airdrop_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_airdrop_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_airdrop_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_airdrop_history_aggregate",
              "description": "fetch aggregated fields from the table: \"token_airdrop_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_airdrop_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_airdrop_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_airdrop_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "token_airdrop_history_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_airdrop_history_stream",
              "description": "fetch data from the table in a streaming manner: \"token_airdrop_history\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_airdrop_history_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_airdrop_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_airdrop_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_airdrop_stream",
              "description": "fetch data from the table in a streaming manner: \"token_airdrop\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_airdrop_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_airdrop_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_airdrop",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_allowance",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_allowance_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_allowance_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_allowance_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_allowance",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_allowance_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_allowance_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_allowance_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_allowance_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "token_allowance_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_allowance_by_pk",
              "description": "fetch data from the table: \"token_allowance\" using primary key columns",
              "args": [
                {
                  "name": "owner",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "spender",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "token_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "token_allowance",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_allowance_history",
              "description": "fetch data from the table: \"token_allowance_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_allowance_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_allowance_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_allowance_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_allowance_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_allowance_history_aggregate",
              "description": "fetch aggregated fields from the table: \"token_allowance_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_allowance_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_allowance_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_allowance_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "token_allowance_history_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_allowance_history_stream",
              "description": "fetch data from the table in a streaming manner: \"token_allowance_history\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_allowance_history_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_allowance_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_allowance_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_allowance_stream",
              "description": "fetch data from the table in a streaming manner: \"token_allowance\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_allowance_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_allowance_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_allowance",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_by_pk",
              "description": "fetch data from the table: \"token\" using primary key columns",
              "args": [
                {
                  "name": "token_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {"kind": "OBJECT", "name": "token", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_history",
              "description": "fetch data from the table: \"token_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_history_aggregate",
              "description": "fetch aggregated fields from the table: \"token_history\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_history_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "token_history_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_history_stream",
              "description": "fetch data from the table in a streaming manner: \"token_history\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_history_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_history_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_stream",
              "description": "fetch data from the table in a streaming manner: \"token\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_transfer",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_transfer_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "token_transfer_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_transfer_stream",
              "description": "fetch data from the table in a streaming manner: \"token_transfer\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_transfer_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic",
              "description": "fetch data from the table: \"topic\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "topic_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "topic_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "topic_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "topic",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_aggregate",
              "description": "fetch aggregated fields from the table: \"topic\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "topic_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "topic_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "topic_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "topic_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_by_pk",
              "description": "fetch data from the table: \"topic\" using primary key columns",
              "args": [
                {
                  "name": "id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {"kind": "OBJECT", "name": "topic", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_message",
              "description": "fetch data from the table: \"topic_message\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "topic_message_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "topic_message_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "topic_message_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "topic_message",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_message_aggregate",
              "description": "fetch aggregated fields from the table: \"topic_message\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "topic_message_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "topic_message_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "topic_message_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "topic_message_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_message_lookup",
              "description": "fetch data from the table: \"topic_message_lookup\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "topic_message_lookup_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "topic_message_lookup_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "topic_message_lookup_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "topic_message_lookup",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_message_lookup_aggregate",
              "description": "fetch aggregated fields from the table: \"topic_message_lookup\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "topic_message_lookup_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "topic_message_lookup_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "topic_message_lookup_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "topic_message_lookup_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_message_lookup_by_pk",
              "description": "fetch data from the table: \"topic_message_lookup\" using primary key columns",
              "args": [
                {
                  "name": "partition",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "topic_id",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "topic_message_lookup",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_message_lookup_stream",
              "description": "fetch data from the table in a streaming manner: \"topic_message_lookup\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "topic_message_lookup_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "topic_message_lookup_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "topic_message_lookup",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_message_stream",
              "description": "fetch data from the table in a streaming manner: \"topic_message\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "topic_message_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "topic_message_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "topic_message",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_stream",
              "description": "fetch data from the table in a streaming manner: \"topic\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "topic_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "topic_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "topic",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_accounts",
              "description": "fetch data from the table: \"total_accounts\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "total_accounts_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "total_accounts_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "total_accounts_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "total_accounts",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_accounts_aggregate",
              "description": "fetch aggregated fields from the table: \"total_accounts\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "total_accounts_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "total_accounts_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "total_accounts_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "total_accounts_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_accounts_stream",
              "description": "fetch data from the table in a streaming manner: \"total_accounts\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "total_accounts_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "total_accounts_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "total_accounts",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction",
              "description": "fetch data from the table: \"transaction\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "transaction",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_aggregate",
              "description": "fetch aggregated fields from the table: \"transaction\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "transaction_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_by_pk",
              "description": "fetch data from the table: \"transaction\" using primary key columns",
              "args": [
                {
                  "name": "consensus_timestamp",
                  "description": null,
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "bigint",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {"kind": "OBJECT", "name": "transaction", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_signature",
              "description": "fetch data from the table: \"transaction_signature\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_signature_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_signature_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_signature_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "transaction_signature",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_signature_aggregate",
              "description": "fetch aggregated fields from the table: \"transaction_signature\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_signature_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_signature_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_signature_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "transaction_signature_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_signature_stream",
              "description": "fetch data from the table in a streaming manner: \"transaction_signature\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_signature_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_signature_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "transaction_signature",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_stream",
              "description": "fetch data from the table in a streaming manner: \"transaction\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "transaction",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_transfer",
              "description": "execute function \"transaction_transfer\" which returns \"_transfer\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"transaction_transfer\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "transaction_transfer_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_transfer_aggregate",
              "description": "execute function \"transaction_transfer\" and query aggregates on result of table type \"_transfer\"",
              "args": [
                {
                  "name": "args",
                  "description": "input parameters for function \"transaction_transfer_aggregate\"",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "transaction_transfer_args",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "_transfer_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transactions_last_24hrs",
              "description": "fetch data from the table: \"transactions_last_24hrs\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transactions_last_24hrs_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transactions_last_24hrs_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transactions_last_24hrs_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "transactions_last_24hrs",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transactions_last_24hrs_aggregate",
              "description": "fetch aggregated fields from the table: \"transactions_last_24hrs\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transactions_last_24hrs_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transactions_last_24hrs_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transactions_last_24hrs_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "transactions_last_24hrs_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transactions_last_24hrs_stream",
              "description": "fetch data from the table in a streaming manner: \"transactions_last_24hrs\"",
              "args": [
                {
                  "name": "batch_size",
                  "description": "maximum number of rows returned in a single batch",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
                  },
                  "defaultValue": null
                },
                {
                  "name": "cursor",
                  "description": "cursor to stream the results returned by the query",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "LIST",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transactions_last_24hrs_stream_cursor_input",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transactions_last_24hrs_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "transactions_last_24hrs",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "timestamp",
          "description": null,
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "timestamp_comparison_exp",
          "description": "Boolean expression to compare columns of type \"timestamp\". All fields are combined with logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_eq",
              "description": null,
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_gt",
              "description": null,
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_gte",
              "description": null,
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_in",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "timestamp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_is_null",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lt",
              "description": null,
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lte",
              "description": null,
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_neq",
              "description": null,
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_nin",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "timestamp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token",
          "description": "columns and relationships of \"token\"",
          "fields": [
            {
              "name": "admin_key",
              "description": "A computed field, executes function \"token_admin_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "airdrop",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_airdrop_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_airdrop_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_airdrop_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_airdrop",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "airdrop_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_airdrop_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_airdrop_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_airdrop_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "token_airdrop_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "assessed_custom_fee",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "assessed_custom_fee_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "assessed_custom_fee_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "assessed_custom_fee_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "assessed_custom_fee",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "assessed_custom_fee_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "assessed_custom_fee_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "assessed_custom_fee_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "assessed_custom_fee_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "assessed_custom_fee_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": "A computed field, executes function \"token_created_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "custom_fee",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "custom_fee_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "custom_fee_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "custom_fee_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "custom_fee",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "custom_fee_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "custom_fee_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "custom_fee_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "custom_fee_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "custom_fee_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decimals",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_admin_key",
              "description": "A computed field, executes function \"token_decoded_admin_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_fee_schedule_key",
              "description": "A computed field, executes function \"token_decoded_fee_schedule_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_freeze_key",
              "description": "A computed field, executes function \"token_decoded_freeze_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_kyc_key",
              "description": "A computed field, executes function \"token_decoded_kyc_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_metadata",
              "description": "A computed field, executes function \"token_decoded_metadata\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_metadata_key",
              "description": "A computed field, executes function \"token_decoded_metadata_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_pause_key",
              "description": "A computed field, executes function \"token_decoded_pause_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_supply_key",
              "description": "A computed field, executes function \"token_decoded_supply_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_wipe_key",
              "description": "A computed field, executes function \"token_decoded_wipe_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity",
              "description": "An object relationship",
              "args": [],
              "type": {"kind": "OBJECT", "name": "entity", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "fee_schedule_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_default",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Boolean", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "smallint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "smallint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_supply",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "metadata",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "metadata_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": "A computed field, executes function \"token_modified_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "OBJECT", "name": "nft", "ofType": null}
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "nft_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pause_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pause_status",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "token_pause_status",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "supply_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "supply_type",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "token_supply_type",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "symbol",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "int8range",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_account",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_account_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_account_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_account_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_account",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_account_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_account_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_account_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_account_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "token_account_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_allowance",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_allowance_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_allowance_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_allowance_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_allowance",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_allowance_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_allowance_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_allowance_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_allowance_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "token_allowance_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_supply",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "token_type",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "wipe_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account",
          "description": "columns and relationships of \"token_account\"",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "associated",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Boolean", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "automatic_association",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp_iso8601",
              "description": "A computed field, executes function \"token_account_balance_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": "A computed field, executes function \"token_account_created_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity",
              "description": "An object relationship",
              "args": [],
              "type": {"kind": "OBJECT", "name": "entity", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token_account\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": "A computed field, executes function \"token_account_modified_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {"kind": "OBJECT", "name": "nft", "ofType": null}
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "nft_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "int8range",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token",
              "description": "An object relationship",
              "args": [],
              "type": {"kind": "OBJECT", "name": "token", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_aggregate",
          "description": "aggregated selection of \"token_account\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_account_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_account",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_account_aggregate_bool_exp",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "bool_and",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_account_aggregate_bool_exp_bool_and",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "bool_or",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_account_aggregate_bool_exp_bool_or",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "count",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_account_aggregate_bool_exp_count",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_account_aggregate_bool_exp_bool_and",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "token_account_select_column_token_account_aggregate_bool_exp_bool_and_arguments_columns",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_account_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Boolean_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_account_aggregate_bool_exp_bool_or",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "token_account_select_column_token_account_aggregate_bool_exp_bool_or_arguments_columns",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_account_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Boolean_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_account_aggregate_bool_exp_count",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "token_account_select_column",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_account_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Int_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_aggregate_fields",
          "description": "aggregate fields of \"token_account\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_account_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_account_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_account_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_account_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_account_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_account_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_account_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_account_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_account_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_account_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_account_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_account_aggregate_order_by",
          "description": "order by aggregate values of table \"token_account\"",
          "fields": null,
          "inputFields": [
            {
              "name": "avg",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_account_avg_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "count",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_account_max_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "min",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_account_min_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_account_stddev_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_account_stddev_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_account_stddev_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sum",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_account_sum_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_account_var_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_account_var_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "variance",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_account_variance_order_by",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token_account\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_account_avg_order_by",
          "description": "order by avg() on columns of table \"token_account\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_account_bool_exp",
          "description": "Boolean expression to filter rows from the table \"token_account\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_account_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_account_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_account_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "associated",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "automatic_association",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "balance",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "balance_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "entity",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "entity_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "smallint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "smallint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "nft",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "nft_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_aggregate_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "int8range_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_history",
          "description": "columns and relationships of \"token_account_history\"",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "associated",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Boolean", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "automatic_association",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "int8range",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_history_aggregate",
          "description": "aggregated selection of \"token_account_history\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_account_history_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_account_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_history_aggregate_fields",
          "description": "aggregate fields of \"token_account_history\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_account_history_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_account_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_account_history_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_account_history_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_account_history_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_account_history_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_account_history_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_account_history_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_account_history_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_account_history_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_account_history_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_history_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_account_history_bool_exp",
          "description": "Boolean expression to filter rows from the table \"token_account_history\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_account_history_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_account_history_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_account_history_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "associated",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "automatic_association",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "balance",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "smallint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "smallint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "int8range_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_history_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_history_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_account_history_order_by",
          "description": "Ordering options when selecting data from \"token_account_history\".",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "associated",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "automatic_association",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "token_account_history_select_column",
          "description": "select columns of table \"token_account_history\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "associated",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "automatic_association",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_history_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_history_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_history_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_account_history_stream_cursor_input",
          "description": "Streaming cursor of the table \"token_account_history\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "token_account_history_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_account_history_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "associated",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "automatic_association",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_history_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_history_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_history_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_history_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp_iso8601",
              "description": "A computed field, executes function \"token_account_balance_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": "A computed field, executes function \"token_account_created_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token_account\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": "A computed field, executes function \"token_account_modified_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_account_max_order_by",
          "description": "order by max() on columns of table \"token_account\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp_iso8601",
              "description": "A computed field, executes function \"token_account_balance_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": "A computed field, executes function \"token_account_created_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token_account\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": "A computed field, executes function \"token_account_modified_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_account_min_order_by",
          "description": "order by min() on columns of table \"token_account\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_account_order_by",
          "description": "Ordering options when selecting data from \"token_account\".",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "associated",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "automatic_association",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "entity_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "nft_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_aggregate_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "token_account_select_column",
          "description": "select columns of table \"token_account\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "associated",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "automatic_association",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "token_account_select_column_token_account_aggregate_bool_exp_bool_and_arguments_columns",
          "description": "select \"token_account_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"token_account\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "associated",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "automatic_association",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "token_account_select_column_token_account_aggregate_bool_exp_bool_or_arguments_columns",
          "description": "select \"token_account_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"token_account\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "associated",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "automatic_association",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token_account\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_account_stddev_order_by",
          "description": "order by stddev() on columns of table \"token_account\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token_account\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_account_stddev_pop_order_by",
          "description": "order by stddev_pop() on columns of table \"token_account\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token_account\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_account_stddev_samp_order_by",
          "description": "order by stddev_samp() on columns of table \"token_account\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_account_stream_cursor_input",
          "description": "Streaming cursor of the table \"token_account\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "token_account_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_account_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "associated",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "automatic_association",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token_account\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_account_sum_order_by",
          "description": "order by sum() on columns of table \"token_account\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token_account\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_account_var_pop_order_by",
          "description": "order by var_pop() on columns of table \"token_account\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token_account\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_account_var_samp_order_by",
          "description": "order by var_samp() on columns of table \"token_account\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_account_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token_account\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_account_variance_order_by",
          "description": "order by variance() on columns of table \"token_account\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "balance_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_aggregate",
          "description": "aggregated selection of \"token\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_aggregate_fields",
          "description": "aggregate fields of \"token\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop",
          "description": "The airdrop_state enum can be one of the following:\n- CANCELLED: The airdrop was terminated before completion.\n- CLAIMED: The airdrop has been successfully claimed by the user.\n- PENDING: The airdrop is scheduled or awaiting claim.",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state",
              "description": "Indicates the current state of the airdrop. Possible values:\n- CANCELLED: The airdrop was terminated before completion.\n- CLAIMED: The airdrop has been successfully claimed by the user.\n- PENDING: The airdrop is scheduled or awaiting claim.",
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "airdrop_state",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "int8range",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token",
              "description": "An object relationship",
              "args": [],
              "type": {"kind": "OBJECT", "name": "token", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_aggregate",
          "description": "aggregated selection of \"token_airdrop\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_airdrop_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_airdrop",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_airdrop_aggregate_bool_exp",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "count",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_airdrop_aggregate_bool_exp_count",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_airdrop_aggregate_bool_exp_count",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "token_airdrop_select_column",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_airdrop_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Int_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_aggregate_fields",
          "description": "aggregate fields of \"token_airdrop\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_airdrop_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_airdrop_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_airdrop_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_airdrop_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_airdrop_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_airdrop_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_airdrop_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_airdrop_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_airdrop_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_airdrop_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_airdrop_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_airdrop_aggregate_order_by",
          "description": "order by aggregate values of table \"token_airdrop\"",
          "fields": null,
          "inputFields": [
            {
              "name": "avg",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_airdrop_avg_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "count",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_airdrop_max_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "min",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_airdrop_min_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_airdrop_stddev_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_airdrop_stddev_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_airdrop_stddev_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sum",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_airdrop_sum_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_airdrop_var_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_airdrop_var_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "variance",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_airdrop_variance_order_by",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_airdrop_avg_order_by",
          "description": "order by avg() on columns of table \"token_airdrop\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_airdrop_bool_exp",
          "description": "Boolean expression to filter rows from the table \"token_airdrop\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_airdrop_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_airdrop_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_airdrop_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "airdrop_state_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "int8range_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_history",
          "description": "columns and relationships of \"token_airdrop_history\"",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "airdrop_state",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "int8range",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_history_aggregate",
          "description": "aggregated selection of \"token_airdrop_history\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_airdrop_history_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_airdrop_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_history_aggregate_fields",
          "description": "aggregate fields of \"token_airdrop_history\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_airdrop_history_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_airdrop_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_airdrop_history_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_airdrop_history_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_airdrop_history_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_airdrop_history_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_airdrop_history_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_airdrop_history_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_airdrop_history_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_airdrop_history_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_airdrop_history_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_history_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_airdrop_history_bool_exp",
          "description": "Boolean expression to filter rows from the table \"token_airdrop_history\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_airdrop_history_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_airdrop_history_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_airdrop_history_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "airdrop_state_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "int8range_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_history_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "airdrop_state",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_history_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "airdrop_state",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_airdrop_history_order_by",
          "description": "Ordering options when selecting data from \"token_airdrop_history\".",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "state",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "token_airdrop_history_select_column",
          "description": "select columns of table \"token_airdrop_history\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "amount",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_history_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_history_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_history_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_airdrop_history_stream_cursor_input",
          "description": "Streaming cursor of the table \"token_airdrop_history\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "token_airdrop_history_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_airdrop_history_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "state",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "airdrop_state",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_history_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_history_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_history_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_history_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state",
              "description": "Indicates the current state of the airdrop. Possible values:\n- CANCELLED: The airdrop was terminated before completion.\n- CLAIMED: The airdrop has been successfully claimed by the user.\n- PENDING: The airdrop is scheduled or awaiting claim.",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "airdrop_state",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_airdrop_max_order_by",
          "description": "order by max() on columns of table \"token_airdrop\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "state",
              "description": "Indicates the current state of the airdrop. Possible values:\n- CANCELLED: The airdrop was terminated before completion.\n- CLAIMED: The airdrop has been successfully claimed by the user.\n- PENDING: The airdrop is scheduled or awaiting claim.",
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state",
              "description": "Indicates the current state of the airdrop. Possible values:\n- CANCELLED: The airdrop was terminated before completion.\n- CLAIMED: The airdrop has been successfully claimed by the user.\n- PENDING: The airdrop is scheduled or awaiting claim.",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "airdrop_state",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_airdrop_min_order_by",
          "description": "order by min() on columns of table \"token_airdrop\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "state",
              "description": "Indicates the current state of the airdrop. Possible values:\n- CANCELLED: The airdrop was terminated before completion.\n- CLAIMED: The airdrop has been successfully claimed by the user.\n- PENDING: The airdrop is scheduled or awaiting claim.",
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_airdrop_order_by",
          "description": "Ordering options when selecting data from \"token_airdrop\".",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "state",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "token_airdrop_select_column",
          "description": "select columns of table \"token_airdrop\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "amount",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_airdrop_stddev_order_by",
          "description": "order by stddev() on columns of table \"token_airdrop\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_airdrop_stddev_pop_order_by",
          "description": "order by stddev_pop() on columns of table \"token_airdrop\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_airdrop_stddev_samp_order_by",
          "description": "order by stddev_samp() on columns of table \"token_airdrop\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_airdrop_stream_cursor_input",
          "description": "Streaming cursor of the table \"token_airdrop\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "token_airdrop_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_airdrop_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "state",
              "description": "Indicates the current state of the airdrop. Possible values:\n- CANCELLED: The airdrop was terminated before completion.\n- CLAIMED: The airdrop has been successfully claimed by the user.\n- PENDING: The airdrop is scheduled or awaiting claim.",
              "type": {
                "kind": "SCALAR",
                "name": "airdrop_state",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_airdrop_sum_order_by",
          "description": "order by sum() on columns of table \"token_airdrop\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_airdrop_var_pop_order_by",
          "description": "order by var_pop() on columns of table \"token_airdrop\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_airdrop_var_samp_order_by",
          "description": "order by var_samp() on columns of table \"token_airdrop\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_airdrop_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "serial_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_airdrop_variance_order_by",
          "description": "order by variance() on columns of table \"token_airdrop\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "receiver_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sender_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "serial_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance",
          "description": "Token allowances delegated by payer to spender",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": "A computed field, executes function \"token_allowance_modified_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "int8range",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token",
              "description": "An object relationship",
              "args": [],
              "type": {"kind": "OBJECT", "name": "token", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_aggregate",
          "description": "aggregated selection of \"token_allowance\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_allowance_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_allowance",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_allowance_aggregate_bool_exp",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "count",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_allowance_aggregate_bool_exp_count",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_allowance_aggregate_bool_exp_count",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "token_allowance_select_column",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_allowance_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Int_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_aggregate_fields",
          "description": "aggregate fields of \"token_allowance\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_allowance_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_allowance_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_allowance_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_allowance_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_allowance_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_allowance_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_allowance_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_allowance_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_allowance_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_allowance_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_allowance_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_allowance_aggregate_order_by",
          "description": "order by aggregate values of table \"token_allowance\"",
          "fields": null,
          "inputFields": [
            {
              "name": "avg",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_allowance_avg_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "count",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_allowance_max_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "min",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_allowance_min_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_allowance_stddev_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_allowance_stddev_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_allowance_stddev_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sum",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_allowance_sum_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_allowance_var_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_allowance_var_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "variance",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_allowance_variance_order_by",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_allowance_avg_order_by",
          "description": "order by avg() on columns of table \"token_allowance\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_allowance_bool_exp",
          "description": "Boolean expression to filter rows from the table \"token_allowance\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_allowance_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_allowance_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_allowance_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "int8range_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_history",
          "description": "History of token allowances delegated by payer to spender",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "int8range",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_history_aggregate",
          "description": "aggregated selection of \"token_allowance_history\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_allowance_history_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_allowance_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_history_aggregate_fields",
          "description": "aggregate fields of \"token_allowance_history\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_allowance_history_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_allowance_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_allowance_history_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_allowance_history_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_allowance_history_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_allowance_history_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_allowance_history_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_allowance_history_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_allowance_history_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_allowance_history_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_allowance_history_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_history_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_allowance_history_bool_exp",
          "description": "Boolean expression to filter rows from the table \"token_allowance_history\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_allowance_history_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_allowance_history_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_allowance_history_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "int8range_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_history_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_history_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_allowance_history_order_by",
          "description": "Ordering options when selecting data from \"token_allowance_history\".",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "token_allowance_history_select_column",
          "description": "select columns of table \"token_allowance_history\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "amount",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_history_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_history_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_history_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_allowance_history_stream_cursor_input",
          "description": "Streaming cursor of the table \"token_allowance_history\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "token_allowance_history_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_allowance_history_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_history_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_history_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_history_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_history_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": "A computed field, executes function \"token_allowance_modified_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_allowance_max_order_by",
          "description": "order by max() on columns of table \"token_allowance\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": "A computed field, executes function \"token_allowance_modified_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_allowance_min_order_by",
          "description": "order by min() on columns of table \"token_allowance\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_allowance_order_by",
          "description": "Ordering options when selecting data from \"token_allowance\".",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "token_allowance_select_column",
          "description": "select columns of table \"token_allowance\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "amount",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_allowance_stddev_order_by",
          "description": "order by stddev() on columns of table \"token_allowance\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_allowance_stddev_pop_order_by",
          "description": "order by stddev_pop() on columns of table \"token_allowance\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_allowance_stddev_samp_order_by",
          "description": "order by stddev_samp() on columns of table \"token_allowance\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_allowance_stream_cursor_input",
          "description": "Streaming cursor of the table \"token_allowance\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "token_allowance_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_allowance_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_allowance_sum_order_by",
          "description": "order by sum() on columns of table \"token_allowance\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_allowance_var_pop_order_by",
          "description": "order by var_pop() on columns of table \"token_allowance\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_allowance_var_samp_order_by",
          "description": "order by var_samp() on columns of table \"token_allowance\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_allowance_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token_allowance\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "spender",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_allowance_variance_order_by",
          "description": "order by variance() on columns of table \"token_allowance\"",
          "fields": null,
          "inputFields": [
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount_granted",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "spender",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decimals",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_bool_exp",
          "description": "Boolean expression to filter rows from the table \"token\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "admin_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "airdrop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_airdrop_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "airdrop_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_airdrop_aggregate_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "assessed_custom_fee",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "assessed_custom_fee_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "assessed_custom_fee_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "assessed_custom_fee_aggregate_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "custom_fee",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "custom_fee_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "custom_fee_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "custom_fee_aggregate_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decimals",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_admin_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_fee_schedule_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_freeze_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_kyc_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_metadata",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_metadata_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_pause_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_supply_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_wipe_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "entity",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "entity_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "fee_schedule_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "freeze_default",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "freeze_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "smallint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "kyc_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "smallint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "max_supply",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "metadata",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "metadata_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "nft",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "nft_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_aggregate_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pause_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pause_status",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_pause_status_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "supply_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "supply_type",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_supply_type_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "symbol",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "int8range_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_account",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_account_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_account_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_account_aggregate_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_allowance",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_allowance_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_allowance_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_allowance_aggregate_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "total_supply",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_type_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "wipe_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_history",
          "description": "columns and relationships of \"token_history\"",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decimals",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_fee_schedule_key",
              "description": "A computed field, executes function \"token_history_decoded_fee_schedule_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_freeze_key",
              "description": "A computed field, executes function \"token_history_decoded_freeze_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_kyc_key",
              "description": "A computed field, executes function \"token_history_decoded_kyc_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_metadata",
              "description": "A computed field, executes function \"token_history_decoded_metadata\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_metadata_key",
              "description": "A computed field, executes function \"token_history_decoded_metadata_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_pause_key",
              "description": "A computed field, executes function \"token_history_decoded_pause_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_supply_key",
              "description": "A computed field, executes function \"token_history_decoded_supply_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_wipe_key",
              "description": "A computed field, executes function \"token_history_decoded_wipe_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp",
              "description": "A computed field, executes function \"end_timestamp_token_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp_iso8601",
              "description": "A computed field, executes function \"token_history_end_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "fee_schedule_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_default",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Boolean", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "smallint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "smallint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_supply",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "metadata",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "metadata_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pause_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pause_status",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "token_pause_status",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp",
              "description": "A computed field, executes function \"start_timestamp_token_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp_iso8601",
              "description": "A computed field, executes function \"token_history_start_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "supply_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "supply_type",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "token_supply_type",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "symbol",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "int8range",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_supply",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "token_type",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "wipe_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_history_aggregate",
          "description": "aggregated selection of \"token_history\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_history_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_history",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_history_aggregate_fields",
          "description": "aggregate fields of \"token_history\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_history_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_history_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_history_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_history_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_history_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_history_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_history_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_history_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_history_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_history_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_history_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_history_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decimals",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp",
              "description": "A computed field, executes function \"end_timestamp_token_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp",
              "description": "A computed field, executes function \"start_timestamp_token_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_history_bool_exp",
          "description": "Boolean expression to filter rows from the table \"token_history\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_history_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_history_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_history_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decimals",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_fee_schedule_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_freeze_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_kyc_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_metadata",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_metadata_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_pause_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_supply_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_wipe_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "end_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "fee_schedule_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "freeze_default",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "freeze_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "smallint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "kyc_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "smallint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "max_supply",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "metadata",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "metadata_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pause_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pause_status",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_pause_status_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "start_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "supply_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "supply_type",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_supply_type_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "symbol",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "int8range_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "total_supply",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_type_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "wipe_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_history_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decimals",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_fee_schedule_key",
              "description": "A computed field, executes function \"token_history_decoded_fee_schedule_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_freeze_key",
              "description": "A computed field, executes function \"token_history_decoded_freeze_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_kyc_key",
              "description": "A computed field, executes function \"token_history_decoded_kyc_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_metadata",
              "description": "A computed field, executes function \"token_history_decoded_metadata\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_metadata_key",
              "description": "A computed field, executes function \"token_history_decoded_metadata_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_pause_key",
              "description": "A computed field, executes function \"token_history_decoded_pause_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_supply_key",
              "description": "A computed field, executes function \"token_history_decoded_supply_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_wipe_key",
              "description": "A computed field, executes function \"token_history_decoded_wipe_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp",
              "description": "A computed field, executes function \"end_timestamp_token_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp_iso8601",
              "description": "A computed field, executes function \"token_history_end_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pause_status",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "token_pause_status",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp",
              "description": "A computed field, executes function \"start_timestamp_token_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp_iso8601",
              "description": "A computed field, executes function \"token_history_start_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "supply_type",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "token_supply_type",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "symbol",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "token_type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_history_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decimals",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_fee_schedule_key",
              "description": "A computed field, executes function \"token_history_decoded_fee_schedule_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_freeze_key",
              "description": "A computed field, executes function \"token_history_decoded_freeze_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_kyc_key",
              "description": "A computed field, executes function \"token_history_decoded_kyc_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_metadata",
              "description": "A computed field, executes function \"token_history_decoded_metadata\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_metadata_key",
              "description": "A computed field, executes function \"token_history_decoded_metadata_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_pause_key",
              "description": "A computed field, executes function \"token_history_decoded_pause_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_supply_key",
              "description": "A computed field, executes function \"token_history_decoded_supply_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_wipe_key",
              "description": "A computed field, executes function \"token_history_decoded_wipe_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp",
              "description": "A computed field, executes function \"end_timestamp_token_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp_iso8601",
              "description": "A computed field, executes function \"token_history_end_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pause_status",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "token_pause_status",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp",
              "description": "A computed field, executes function \"start_timestamp_token_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp_iso8601",
              "description": "A computed field, executes function \"token_history_start_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "supply_type",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "token_supply_type",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "symbol",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "token_type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_history_order_by",
          "description": "Ordering options when selecting data from \"token_history\".",
          "fields": null,
          "inputFields": [
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decimals",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decoded_fee_schedule_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decoded_freeze_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decoded_kyc_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decoded_metadata",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decoded_metadata_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decoded_pause_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decoded_supply_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decoded_wipe_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "end_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "end_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "fee_schedule_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_default",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "kyc_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_supply",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "metadata",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "metadata_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "name",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "pause_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "pause_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "start_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "supply_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "supply_type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "symbol",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "total_supply",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "wipe_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "token_history_select_column",
          "description": "select columns of table \"token_history\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "created_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decimals",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "fee_schedule_key",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_default",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_key",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_supply",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_key",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_supply",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "metadata",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "metadata_key",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pause_key",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pause_status",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "supply_key",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "supply_type",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "symbol",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_supply",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "treasury_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "wipe_key",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_history_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decimals",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp",
              "description": "A computed field, executes function \"end_timestamp_token_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp",
              "description": "A computed field, executes function \"start_timestamp_token_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_history_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decimals",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp",
              "description": "A computed field, executes function \"end_timestamp_token_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp",
              "description": "A computed field, executes function \"start_timestamp_token_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_history_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decimals",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp",
              "description": "A computed field, executes function \"end_timestamp_token_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp",
              "description": "A computed field, executes function \"start_timestamp_token_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_history_stream_cursor_input",
          "description": "Streaming cursor of the table \"token_history\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "token_history_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_history_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decimals",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "fee_schedule_key",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_default",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_key",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "kyc_key",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_supply",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "metadata",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "metadata_key",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "name",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "pause_key",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "pause_status",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "token_pause_status",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "supply_key",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "supply_type",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "token_supply_type",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "symbol",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "total_supply",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "SCALAR", "name": "token_type", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "wipe_key",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_history_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decimals",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp",
              "description": "A computed field, executes function \"end_timestamp_token_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp",
              "description": "A computed field, executes function \"start_timestamp_token_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_history_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decimals",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp",
              "description": "A computed field, executes function \"end_timestamp_token_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp",
              "description": "A computed field, executes function \"start_timestamp_token_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_history_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decimals",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp",
              "description": "A computed field, executes function \"end_timestamp_token_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp",
              "description": "A computed field, executes function \"start_timestamp_token_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_history_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decimals",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "end_timestamp",
              "description": "A computed field, executes function \"end_timestamp_token_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "start_timestamp",
              "description": "A computed field, executes function \"start_timestamp_token_history\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "admin_key",
              "description": "A computed field, executes function \"token_admin_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": "A computed field, executes function \"token_created_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decimals",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_admin_key",
              "description": "A computed field, executes function \"token_decoded_admin_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_fee_schedule_key",
              "description": "A computed field, executes function \"token_decoded_fee_schedule_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_freeze_key",
              "description": "A computed field, executes function \"token_decoded_freeze_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_kyc_key",
              "description": "A computed field, executes function \"token_decoded_kyc_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_metadata",
              "description": "A computed field, executes function \"token_decoded_metadata\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_metadata_key",
              "description": "A computed field, executes function \"token_decoded_metadata_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_pause_key",
              "description": "A computed field, executes function \"token_decoded_pause_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_supply_key",
              "description": "A computed field, executes function \"token_decoded_supply_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_wipe_key",
              "description": "A computed field, executes function \"token_decoded_wipe_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": "A computed field, executes function \"token_modified_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pause_status",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "token_pause_status",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "supply_type",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "token_supply_type",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "symbol",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "token_type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "admin_key",
              "description": "A computed field, executes function \"token_admin_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": "A computed field, executes function \"token_created_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decimals",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_admin_key",
              "description": "A computed field, executes function \"token_decoded_admin_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_fee_schedule_key",
              "description": "A computed field, executes function \"token_decoded_fee_schedule_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_freeze_key",
              "description": "A computed field, executes function \"token_decoded_freeze_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_kyc_key",
              "description": "A computed field, executes function \"token_decoded_kyc_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_metadata",
              "description": "A computed field, executes function \"token_decoded_metadata\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_metadata_key",
              "description": "A computed field, executes function \"token_decoded_metadata_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_pause_key",
              "description": "A computed field, executes function \"token_decoded_pause_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_supply_key",
              "description": "A computed field, executes function \"token_decoded_supply_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_wipe_key",
              "description": "A computed field, executes function \"token_decoded_wipe_key\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": "A computed field, executes function \"token_modified_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pause_status",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "token_pause_status",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "supply_type",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "token_supply_type",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "symbol",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "token_type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_order_by",
          "description": "Ordering options when selecting data from \"token\".",
          "fields": null,
          "inputFields": [
            {
              "name": "admin_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "airdrop_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_airdrop_aggregate_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "assessed_custom_fee_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "assessed_custom_fee_aggregate_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "custom_fee_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "custom_fee_aggregate_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decimals",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decoded_admin_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decoded_fee_schedule_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decoded_freeze_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decoded_kyc_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decoded_metadata",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decoded_metadata_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decoded_pause_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decoded_supply_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decoded_wipe_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "entity_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "fee_schedule_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_default",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "kyc_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_supply",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "metadata",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "metadata_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "modified_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "modified_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "name",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "nft_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_aggregate_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pause_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "pause_status",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "supply_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "supply_type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "symbol",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_account_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_account_aggregate_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_allowance_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_allowance_aggregate_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "total_supply",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "wipe_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "token_pause_status",
          "description": null,
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_pause_status_comparison_exp",
          "description": "Boolean expression to compare columns of type \"token_pause_status\". All fields are combined with logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_eq",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "token_pause_status",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_gt",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "token_pause_status",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_gte",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "token_pause_status",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_in",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "token_pause_status",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_is_null",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lt",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "token_pause_status",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_lte",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "token_pause_status",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_neq",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "token_pause_status",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_nin",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "token_pause_status",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "token_select_column",
          "description": "select columns of table \"token\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "created_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decimals",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "fee_schedule_key",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_default",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_key",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_supply",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_key",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_supply",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "metadata",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "metadata_key",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pause_key",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pause_status",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "supply_key",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "supply_type",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "symbol",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_supply",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "treasury_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "wipe_key",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decimals",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decimals",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decimals",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_stream_cursor_input",
          "description": "Streaming cursor of the table \"token\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "token_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decimals",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "fee_schedule_key",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_default",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_key",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "kyc_key",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_supply",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "metadata",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "metadata_key",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "name",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "pause_key",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "pause_status",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "token_pause_status",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "supply_key",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "supply_type",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "token_supply_type",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "symbol",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "total_supply",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "SCALAR", "name": "token_type", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "wipe_key",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decimals",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "token_supply_type",
          "description": null,
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_supply_type_comparison_exp",
          "description": "Boolean expression to compare columns of type \"token_supply_type\". All fields are combined with logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_eq",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "token_supply_type",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_gt",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "token_supply_type",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_gte",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "token_supply_type",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_in",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "token_supply_type",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_is_null",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lt",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "token_supply_type",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_lte",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "token_supply_type",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_neq",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "token_supply_type",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_nin",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "token_supply_type",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_transfer",
          "description": "columns and relationships of \"token_transfer\"",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"token_transfer_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "is_approval",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token",
              "description": "An object relationship",
              "args": [],
              "type": {"kind": "OBJECT", "name": "token", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction",
              "description": "An object relationship",
              "args": [],
              "type": {"kind": "OBJECT", "name": "transaction", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_transfer_aggregate",
          "description": "aggregated selection of \"token_transfer\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_transfer_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_transfer_aggregate_bool_exp",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "bool_and",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_transfer_aggregate_bool_exp_bool_and",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "bool_or",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_transfer_aggregate_bool_exp_bool_or",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "count",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_transfer_aggregate_bool_exp_count",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_transfer_aggregate_bool_exp_bool_and",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "token_transfer_select_column_token_transfer_aggregate_bool_exp_bool_and_arguments_columns",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Boolean_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_transfer_aggregate_bool_exp_bool_or",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "token_transfer_select_column_token_transfer_aggregate_bool_exp_bool_or_arguments_columns",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Boolean_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_transfer_aggregate_bool_exp_count",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "token_transfer_select_column",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Int_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_transfer_aggregate_fields",
          "description": "aggregate fields of \"token_transfer\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_transfer_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_transfer_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_transfer_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_transfer_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_transfer_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_transfer_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_transfer_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_transfer_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_transfer_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "token_transfer_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_transfer_aggregate_order_by",
          "description": "order by aggregate values of table \"token_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "avg",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_transfer_avg_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "count",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_transfer_max_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "min",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_transfer_min_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_transfer_stddev_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_transfer_stddev_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_transfer_stddev_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sum",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_transfer_sum_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_transfer_var_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_transfer_var_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "variance",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_transfer_variance_order_by",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_transfer_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_transfer_avg_order_by",
          "description": "order by avg() on columns of table \"token_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_transfer_bool_exp",
          "description": "Boolean expression to filter rows from the table \"token_transfer\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_transfer_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_transfer_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "is_approval",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "transaction",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_transfer_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"token_transfer_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_transfer_max_order_by",
          "description": "order by max() on columns of table \"token_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_transfer_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"token_transfer_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_transfer_min_order_by",
          "description": "order by min() on columns of table \"token_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_transfer_order_by",
          "description": "Ordering options when selecting data from \"token_transfer\".",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "is_approval",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "transaction",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_order_by",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "token_transfer_select_column",
          "description": "select columns of table \"token_transfer\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "is_approval",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "token_transfer_select_column_token_transfer_aggregate_bool_exp_bool_and_arguments_columns",
          "description": "select \"token_transfer_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"token_transfer\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "is_approval",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "token_transfer_select_column_token_transfer_aggregate_bool_exp_bool_or_arguments_columns",
          "description": "select \"token_transfer_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"token_transfer\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "is_approval",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_transfer_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_transfer_stddev_order_by",
          "description": "order by stddev() on columns of table \"token_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_transfer_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_transfer_stddev_pop_order_by",
          "description": "order by stddev_pop() on columns of table \"token_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_transfer_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_transfer_stddev_samp_order_by",
          "description": "order by stddev_samp() on columns of table \"token_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_transfer_stream_cursor_input",
          "description": "Streaming cursor of the table \"token_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "token_transfer_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_transfer_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "is_approval",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_transfer_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_transfer_sum_order_by",
          "description": "order by sum() on columns of table \"token_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_transfer_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_transfer_var_pop_order_by",
          "description": "order by var_pop() on columns of table \"token_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_transfer_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_transfer_var_samp_order_by",
          "description": "order by var_samp() on columns of table \"token_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_transfer_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "amount",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_transfer_variance_order_by",
          "description": "order by variance() on columns of table \"token_transfer\"",
          "fields": null,
          "inputFields": [
            {
              "name": "account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "amount",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "token_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "token_type",
          "description": null,
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "token_type_comparison_exp",
          "description": "Boolean expression to compare columns of type \"token_type\". All fields are combined with logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_eq",
              "description": null,
              "type": {"kind": "SCALAR", "name": "token_type", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_gt",
              "description": null,
              "type": {"kind": "SCALAR", "name": "token_type", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_gte",
              "description": null,
              "type": {"kind": "SCALAR", "name": "token_type", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_in",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "token_type",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_is_null",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lt",
              "description": null,
              "type": {"kind": "SCALAR", "name": "token_type", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lte",
              "description": null,
              "type": {"kind": "SCALAR", "name": "token_type", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_neq",
              "description": null,
              "type": {"kind": "SCALAR", "name": "token_type", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_nin",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "token_type",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decimals",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decimals",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "token_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decimals",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "freeze_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "kyc_status",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "modified_timestamp",
              "description": "A computed field, executes function \"modified_timestamp_token\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "total_supply",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "treasury_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic",
          "description": "columns and relationships of \"topic\"",
          "fields": [
            {
              "name": "admin_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity",
              "description": "An object relationship",
              "args": [],
              "type": {"kind": "OBJECT", "name": "entity", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "fee_exempt_key_list",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "fee_schedule_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "submit_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "int8range",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_aggregate",
          "description": "aggregated selection of \"topic\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "topic",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_aggregate_fields",
          "description": "aggregate fields of \"topic\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "topic_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_bool_exp",
          "description": "Boolean expression to filter rows from the table \"topic\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "topic_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "topic_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "topic_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "admin_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "entity",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "entity_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "fee_exempt_key_list",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "fee_schedule_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "submit_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "int8range_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message",
          "description": "columns and relationships of \"topic_message\"",
          "fields": [
            {
              "name": "chunk_num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "chunk_total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"topic_message_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_message",
              "description": "A computed field, executes function \"decoded_topic_message\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_transaction_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "message",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "running_hash",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "running_hash_version",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sequence_number",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic",
              "description": "An object relationship",
              "args": [],
              "type": {"kind": "OBJECT", "name": "entity", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_timestamp_iso8601",
              "description": "A computed field, executes function \"topic_message_valid_start_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_aggregate",
          "description": "aggregated selection of \"topic_message\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_message_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "topic_message",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_message_aggregate_bool_exp",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "count",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "topic_message_aggregate_bool_exp_count",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_message_aggregate_bool_exp_count",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "arguments",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "topic_message_select_column",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "distinct",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "filter",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "topic_message_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "predicate",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "Int_comparison_exp",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_aggregate_fields",
          "description": "aggregate fields of \"topic_message\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_message_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "topic_message_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_message_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_message_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_message_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_message_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_message_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_message_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_message_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_message_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_message_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_message_aggregate_order_by",
          "description": "order by aggregate values of table \"topic_message\"",
          "fields": null,
          "inputFields": [
            {
              "name": "avg",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "topic_message_avg_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "count",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "topic_message_max_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "min",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "topic_message_min_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "topic_message_stddev_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "topic_message_stddev_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "topic_message_stddev_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sum",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "topic_message_sum_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "topic_message_var_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "topic_message_var_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "variance",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "topic_message_variance_order_by",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "chunk_num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "chunk_total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "running_hash_version",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sequence_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_message_avg_order_by",
          "description": "order by avg() on columns of table \"topic_message\"",
          "fields": null,
          "inputFields": [
            {
              "name": "chunk_num",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "chunk_total",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "running_hash_version",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sequence_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "topic_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_message_bool_exp",
          "description": "Boolean expression to filter rows from the table \"topic_message\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "topic_message_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "topic_message_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "topic_message_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "chunk_num",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Int_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chunk_total",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Int_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_message",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "initial_transaction_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "message",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "running_hash",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "running_hash_version",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "smallint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sequence_number",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "topic",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "entity_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "topic_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "valid_start_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "valid_start_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_lookup",
          "description": "columns and relationships of \"topic_message_lookup\"",
          "fields": [
            {
              "name": "partition",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "String", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sequence_number_range",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "int8range",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "int8range",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_lookup_aggregate",
          "description": "aggregated selection of \"topic_message_lookup\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_message_lookup_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "topic_message_lookup",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_lookup_aggregate_fields",
          "description": "aggregate fields of \"topic_message_lookup\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_message_lookup_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "topic_message_lookup_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_message_lookup_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_message_lookup_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_message_lookup_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_message_lookup_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_message_lookup_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_message_lookup_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_message_lookup_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_message_lookup_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "topic_message_lookup_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_lookup_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "topic_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_message_lookup_bool_exp",
          "description": "Boolean expression to filter rows from the table \"topic_message_lookup\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "topic_message_lookup_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "topic_message_lookup_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "topic_message_lookup_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "partition",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sequence_number_range",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "int8range_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "int8range_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "topic_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_lookup_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "partition",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_lookup_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "partition",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_message_lookup_order_by",
          "description": "Ordering options when selecting data from \"topic_message_lookup\".",
          "fields": null,
          "inputFields": [
            {
              "name": "partition",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sequence_number_range",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "topic_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "topic_message_lookup_select_column",
          "description": "select columns of table \"topic_message_lookup\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "partition",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sequence_number_range",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_lookup_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "topic_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_lookup_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "topic_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_lookup_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "topic_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_message_lookup_stream_cursor_input",
          "description": "Streaming cursor of the table \"topic_message_lookup\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "topic_message_lookup_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_message_lookup_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "partition",
              "description": null,
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sequence_number_range",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "topic_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_lookup_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "topic_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_lookup_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "topic_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_lookup_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "topic_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_lookup_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "topic_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "chunk_num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "chunk_total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"topic_message_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_message",
              "description": "A computed field, executes function \"decoded_topic_message\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "running_hash_version",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sequence_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_timestamp_iso8601",
              "description": "A computed field, executes function \"topic_message_valid_start_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_message_max_order_by",
          "description": "order by max() on columns of table \"topic_message\"",
          "fields": null,
          "inputFields": [
            {
              "name": "chunk_num",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "chunk_total",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "running_hash_version",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sequence_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "topic_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "chunk_num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "chunk_total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"topic_message_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_message",
              "description": "A computed field, executes function \"decoded_topic_message\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "running_hash_version",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sequence_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_timestamp_iso8601",
              "description": "A computed field, executes function \"topic_message_valid_start_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_message_min_order_by",
          "description": "order by min() on columns of table \"topic_message\"",
          "fields": null,
          "inputFields": [
            {
              "name": "chunk_num",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "chunk_total",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "running_hash_version",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sequence_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "topic_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_message_order_by",
          "description": "Ordering options when selecting data from \"topic_message\".",
          "fields": null,
          "inputFields": [
            {
              "name": "chunk_num",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "chunk_total",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "decoded_message",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "initial_transaction_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "message",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "running_hash",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "running_hash_version",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sequence_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "topic",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "entity_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "topic_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "topic_message_select_column",
          "description": "select columns of table \"topic_message\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "chunk_num",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "chunk_total",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_transaction_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "message",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "running_hash",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "running_hash_version",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sequence_number",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "chunk_num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "chunk_total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "running_hash_version",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sequence_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_message_stddev_order_by",
          "description": "order by stddev() on columns of table \"topic_message\"",
          "fields": null,
          "inputFields": [
            {
              "name": "chunk_num",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "chunk_total",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "running_hash_version",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sequence_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "topic_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "chunk_num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "chunk_total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "running_hash_version",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sequence_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_message_stddev_pop_order_by",
          "description": "order by stddev_pop() on columns of table \"topic_message\"",
          "fields": null,
          "inputFields": [
            {
              "name": "chunk_num",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "chunk_total",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "running_hash_version",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sequence_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "topic_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "chunk_num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "chunk_total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "running_hash_version",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sequence_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_message_stddev_samp_order_by",
          "description": "order by stddev_samp() on columns of table \"topic_message\"",
          "fields": null,
          "inputFields": [
            {
              "name": "chunk_num",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "chunk_total",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "running_hash_version",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sequence_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "topic_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_message_stream_cursor_input",
          "description": "Streaming cursor of the table \"topic_message\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "topic_message_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_message_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "chunk_num",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "chunk_total",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "initial_transaction_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "message",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "running_hash",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "running_hash_version",
              "description": null,
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sequence_number",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "topic_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "chunk_num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "chunk_total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "running_hash_version",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sequence_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_message_sum_order_by",
          "description": "order by sum() on columns of table \"topic_message\"",
          "fields": null,
          "inputFields": [
            {
              "name": "chunk_num",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "chunk_total",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "running_hash_version",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sequence_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "topic_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "chunk_num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "chunk_total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "running_hash_version",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sequence_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_message_var_pop_order_by",
          "description": "order by var_pop() on columns of table \"topic_message\"",
          "fields": null,
          "inputFields": [
            {
              "name": "chunk_num",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "chunk_total",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "running_hash_version",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sequence_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "topic_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "chunk_num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "chunk_total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "running_hash_version",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sequence_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_message_var_samp_order_by",
          "description": "order by var_samp() on columns of table \"topic_message\"",
          "fields": null,
          "inputFields": [
            {
              "name": "chunk_num",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "chunk_total",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "running_hash_version",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sequence_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "topic_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_message_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "chunk_num",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "chunk_total",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "running_hash_version",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sequence_number",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "topic_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_message_variance_order_by",
          "description": "order by variance() on columns of table \"topic_message\"",
          "fields": null,
          "inputFields": [
            {
              "name": "chunk_num",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "chunk_total",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "running_hash_version",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sequence_number",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "topic_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_order_by",
          "description": "Ordering options when selecting data from \"topic\".",
          "fields": null,
          "inputFields": [
            {
              "name": "admin_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "entity_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "fee_exempt_key_list",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "fee_schedule_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "submit_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "topic_select_column",
          "description": "select columns of table \"topic\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "admin_key",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "fee_exempt_key_list",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "fee_schedule_key",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "submit_key",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_range",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_stream_cursor_input",
          "description": "Streaming cursor of the table \"topic\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "topic_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "topic_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "admin_key",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "created_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "fee_exempt_key_list",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "fee_schedule_key",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "submit_key",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "timestamp_range",
              "description": null,
              "type": {"kind": "SCALAR", "name": "int8range", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "topic_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "created_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "total_accounts",
          "description": "columns and relationships of \"total_accounts\"",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "updated_at",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "total_accounts_aggregate",
          "description": "aggregated selection of \"total_accounts\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "total_accounts_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "total_accounts",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "total_accounts_aggregate_fields",
          "description": "aggregate fields of \"total_accounts\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "total_accounts_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "total_accounts_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "total_accounts_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "total_accounts_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "total_accounts_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "total_accounts_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "total_accounts_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "total_accounts_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "total_accounts_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "total_accounts_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "total_accounts_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "total_accounts_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "total_accounts_bool_exp",
          "description": "Boolean expression to filter rows from the table \"total_accounts\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "total_accounts_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "total_accounts_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "total_accounts_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "count",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updated_at",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "timestamp_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "total_accounts_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "updated_at",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "total_accounts_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "updated_at",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "total_accounts_order_by",
          "description": "Ordering options when selecting data from \"total_accounts\".",
          "fields": null,
          "inputFields": [
            {
              "name": "count",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "updated_at",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "total_accounts_select_column",
          "description": "select columns of table \"total_accounts\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "count",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "updated_at",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "total_accounts_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "total_accounts_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "total_accounts_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "total_accounts_stream_cursor_input",
          "description": "Streaming cursor of the table \"total_accounts\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "total_accounts_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "total_accounts_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "count",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "updated_at",
              "description": null,
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "total_accounts_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "total_accounts_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "total_accounts_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "total_accounts_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction",
          "description": "columns and relationships of \"transaction\"",
          "fields": [
            {
              "name": "batch_key",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "charged_tx_fee",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "child_transactions",
              "description": "A computed field, executes function \"child_transactions\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "transaction",
                    "ofType": null
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"transaction_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "crypto_transfer",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "crypto_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "crypto_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "crypto_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "crypto_transfer_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "crypto_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "crypto_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "crypto_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "crypto_transfer_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_memo",
              "description": "A computed field, executes function \"transaction_decoded_memo\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "errata",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "errata_type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "A computed field, executes function \"transaction_id\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "inner_transactions",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "itemized_transfer",
              "description": null,
              "args": [
                {
                  "name": "path",
                  "description": "JSON select path",
                  "type": {"kind": "SCALAR", "name": "String", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {"kind": "SCALAR", "name": "jsonb", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_custom_fees",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_fee",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "memo",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_transfer",
              "description": null,
              "args": [
                {
                  "name": "path",
                  "description": "JSON select path",
                  "type": {"kind": "SCALAR", "name": "String", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {"kind": "SCALAR", "name": "jsonb", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_transfer_list",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "nft_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_transfer_list_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "nft_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "nft_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "nft_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "nft_transfer_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nonce",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "parent_consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"transaction_parent_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "parent_transaction",
              "description": "An object relationship",
              "args": [],
              "type": {"kind": "OBJECT", "name": "transaction", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "smallint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "scheduled",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Boolean", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sibling_transactions",
              "description": "A computed field, executes function \"sibling_transactions\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "transaction_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "transaction",
                    "ofType": null
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_transfer",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "staking_reward_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "staking_reward_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "staking_reward_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "staking_reward_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "staking_reward_transfer_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "staking_reward_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "staking_reward_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "staking_reward_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "staking_reward_transfer_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_transfer",
              "description": "An array relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "token_transfer",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "token_transfer_aggregate",
              "description": "An aggregate relationship",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "token_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "token_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "token_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "token_transfer_aggregate",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_bytes",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_hash",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_record_bytes",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transfer",
              "description": "A computed field, executes function \"transaction_transfer\"",
              "args": [
                {
                  "name": "distinct_on",
                  "description": "distinct select on columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "_transfer_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "limit",
                  "description": "limit the number of rows returned",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": "skip the first n rows. Use only with order_by",
                  "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
                  "defaultValue": null
                },
                {
                  "name": "order_by",
                  "description": "sort the rows by one or more columns",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "_transfer_order_by",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "where",
                  "description": "filter the rows returned",
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_transfer_bool_exp",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "_transfer",
                    "ofType": null
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "smallint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_duration_seconds",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_ns",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_ns_iso8601",
              "description": "A computed field, executes function \"transaction_valid_start_ns_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_aggregate",
          "description": null,
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transaction_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "transaction",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_aggregate_fields",
          "description": "aggregate fields of \"transaction\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transaction_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transaction_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transaction_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transaction_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transaction_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transaction_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transaction_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transaction_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transaction_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transaction_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transaction_aggregate_order_by",
          "description": "order by aggregate values of table \"transaction\"",
          "fields": null,
          "inputFields": [
            {
              "name": "avg",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_avg_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "count",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_max_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "min",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_min_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_stddev_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_stddev_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_stddev_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sum",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_sum_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_pop",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_var_pop_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "var_samp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_var_samp_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "variance",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_variance_order_by",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "charged_tx_fee",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_fee",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_duration_seconds",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_ns",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transaction_avg_order_by",
          "description": "order by avg() on columns of table \"transaction\"",
          "fields": null,
          "inputFields": [
            {
              "name": "charged_tx_fee",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "index",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "initial_balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_fee",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "nonce",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "result",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_duration_seconds",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_ns",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transaction_bool_exp",
          "description": "Boolean expression to filter rows from the table \"transaction\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "batch_key",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "charged_tx_fee",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "child_transactions",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "crypto_transfer",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "crypto_transfer_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_transfer_aggregate_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_memo",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "errata",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "errata_type_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "index",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Int_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "initial_balance",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "inner_transactions",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_array_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "itemized_transfer",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "jsonb_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "max_custom_fees",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_array_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "max_fee",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "memo",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "nft_transfer",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "jsonb_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "nft_transfer_list",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "nft_transfer_list_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_transfer_aggregate_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "nonce",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Int_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "parent_consensus_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "parent_transaction",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "result",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "smallint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scheduled",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "Boolean_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sibling_transactions",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "staking_reward_transfer",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "staking_reward_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "staking_reward_transfer_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "staking_reward_transfer_aggregate_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_transfer",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_transfer_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_transfer_aggregate_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "transaction_bytes",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "transaction_hash",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "transaction_record_bytes",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "transfer",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_transfer_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "smallint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "valid_duration_seconds",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "valid_start_ns",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "valid_start_ns_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transaction_entity_args",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "_limit",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_offset",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_order",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "order_by_consensus_timestamp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "charged_tx_fee",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"transaction_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_memo",
              "description": "A computed field, executes function \"transaction_decoded_memo\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "errata",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "errata_type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "A computed field, executes function \"transaction_id\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "inner_transactions",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_custom_fees",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_fee",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "parent_consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"transaction_parent_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_duration_seconds",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_ns",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_ns_iso8601",
              "description": "A computed field, executes function \"transaction_valid_start_ns_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transaction_max_order_by",
          "description": "order by max() on columns of table \"transaction\"",
          "fields": null,
          "inputFields": [
            {
              "name": "charged_tx_fee",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "errata",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "index",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "initial_balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "inner_transactions",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_custom_fees",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_fee",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "nonce",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "result",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_duration_seconds",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_ns",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "charged_tx_fee",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"transaction_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "decoded_memo",
              "description": "A computed field, executes function \"transaction_decoded_memo\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "errata",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "errata_type", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "A computed field, executes function \"transaction_id\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "inner_transactions",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_custom_fees",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_fee",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "parent_consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"transaction_parent_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_duration_seconds",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_ns",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_ns_iso8601",
              "description": "A computed field, executes function \"transaction_valid_start_ns_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transaction_min_order_by",
          "description": "order by min() on columns of table \"transaction\"",
          "fields": null,
          "inputFields": [
            {
              "name": "charged_tx_fee",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "errata",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "index",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "initial_balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "inner_transactions",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_custom_fees",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_fee",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "nonce",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "result",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_duration_seconds",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_ns",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transaction_order_by",
          "description": "Ordering options when selecting data from \"transaction\".",
          "fields": null,
          "inputFields": [
            {
              "name": "batch_key",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "charged_tx_fee",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "child_transactions_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_aggregate_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "crypto_transfer_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "crypto_transfer_aggregate_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "decoded_memo",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "errata",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "index",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "initial_balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "inner_transactions",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "itemized_transfer",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_custom_fees",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_fee",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "memo",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "nft_transfer",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "nft_transfer_list_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "nft_transfer_aggregate_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "nonce",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "parent_consensus_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "parent_transaction",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "result",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "scheduled",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "sibling_transactions_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_aggregate_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "staking_reward_transfer_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "staking_reward_transfer_aggregate_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "token_transfer_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "token_transfer_aggregate_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "transaction_bytes",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "transaction_hash",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "transaction_record_bytes",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "transfer_aggregate",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_transfer_aggregate_order_by",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_duration_seconds",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_ns",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_ns_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "transaction_scalar",
          "description": null,
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "transaction_select_column",
          "description": "select columns of table \"transaction\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "batch_key",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "charged_tx_fee",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "errata",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_balance",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "inner_transactions",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "itemized_transfer",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_custom_fees",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_fee",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "memo",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nft_transfer",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nonce",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "scheduled",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_bytes",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_hash",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "transaction_record_bytes",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_duration_seconds",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_ns",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_signature",
          "description": "columns and relationships of \"transaction_signature\"",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"transaction_signature_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "public_key_prefix",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "signature",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_signature_aggregate",
          "description": "aggregated selection of \"transaction_signature\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transaction_signature_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "transaction_signature",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_signature_aggregate_fields",
          "description": "aggregate fields of \"transaction_signature\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transaction_signature_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transaction_signature_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transaction_signature_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transaction_signature_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transaction_signature_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transaction_signature_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transaction_signature_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transaction_signature_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transaction_signature_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transaction_signature_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transaction_signature_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_signature_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transaction_signature_bool_exp",
          "description": "Boolean expression to filter rows from the table \"transaction_signature\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_signature_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transaction_signature_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "transaction_signature_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "String_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "public_key_prefix",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "signature",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bytea_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "smallint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_signature_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"transaction_signature_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_signature_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": "A computed field, executes function \"transaction_signature_consensus_timestamp_iso8601\"",
              "args": [],
              "type": {"kind": "SCALAR", "name": "String", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transaction_signature_order_by",
          "description": "Ordering options when selecting data from \"transaction_signature\".",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp_iso8601",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "public_key_prefix",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "signature",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "transaction_signature_select_column",
          "description": "select columns of table \"transaction_signature\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "consensus_timestamp",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "public_key_prefix",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "signature",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_signature_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_signature_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_signature_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transaction_signature_stream_cursor_input",
          "description": "Streaming cursor of the table \"transaction_signature\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "transaction_signature_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transaction_signature_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "public_key_prefix",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "signature",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_signature_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_signature_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_signature_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_signature_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "charged_tx_fee",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_fee",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_duration_seconds",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_ns",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transaction_stddev_order_by",
          "description": "order by stddev() on columns of table \"transaction\"",
          "fields": null,
          "inputFields": [
            {
              "name": "charged_tx_fee",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "index",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "initial_balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_fee",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "nonce",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "result",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_duration_seconds",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_ns",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "charged_tx_fee",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_fee",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_duration_seconds",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_ns",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transaction_stddev_pop_order_by",
          "description": "order by stddev_pop() on columns of table \"transaction\"",
          "fields": null,
          "inputFields": [
            {
              "name": "charged_tx_fee",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "index",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "initial_balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_fee",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "nonce",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "result",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_duration_seconds",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_ns",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "charged_tx_fee",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_fee",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_duration_seconds",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_ns",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transaction_stddev_samp_order_by",
          "description": "order by stddev_samp() on columns of table \"transaction\"",
          "fields": null,
          "inputFields": [
            {
              "name": "charged_tx_fee",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "index",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "initial_balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_fee",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "nonce",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "result",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_duration_seconds",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_ns",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transaction_stream_cursor_input",
          "description": "Streaming cursor of the table \"transaction\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "transaction_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transaction_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "batch_key",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "charged_tx_fee",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "errata",
              "description": null,
              "type": {"kind": "SCALAR", "name": "errata_type", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "index",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "initial_balance",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "inner_transactions",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bigint", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "itemized_transfer",
              "description": null,
              "type": {"kind": "SCALAR", "name": "jsonb", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_custom_fees",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {"kind": "SCALAR", "name": "bytea", "ofType": null}
                }
              },
              "defaultValue": null
            },
            {
              "name": "max_fee",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "memo",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "nft_transfer",
              "description": null,
              "type": {"kind": "SCALAR", "name": "jsonb", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "nonce",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "result",
              "description": null,
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "scheduled",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "transaction_bytes",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "transaction_hash",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "transaction_record_bytes",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bytea", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_duration_seconds",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_ns",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "charged_tx_fee",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_fee",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Int", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "smallint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_duration_seconds",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_ns",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transaction_sum_order_by",
          "description": "order by sum() on columns of table \"transaction\"",
          "fields": null,
          "inputFields": [
            {
              "name": "charged_tx_fee",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "index",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "initial_balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_fee",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "nonce",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "result",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_duration_seconds",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_ns",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transaction_transfer_args",
          "description": null,
          "fields": null,
          "inputFields": [
            {
              "name": "transaction_row",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "transaction_scalar",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "charged_tx_fee",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_fee",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_duration_seconds",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_ns",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transaction_var_pop_order_by",
          "description": "order by var_pop() on columns of table \"transaction\"",
          "fields": null,
          "inputFields": [
            {
              "name": "charged_tx_fee",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "index",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "initial_balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_fee",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "nonce",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "result",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_duration_seconds",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_ns",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "charged_tx_fee",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_fee",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_duration_seconds",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_ns",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transaction_var_samp_order_by",
          "description": "order by var_samp() on columns of table \"transaction\"",
          "fields": null,
          "inputFields": [
            {
              "name": "charged_tx_fee",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "index",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "initial_balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_fee",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "nonce",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "result",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_duration_seconds",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_ns",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transaction_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "charged_tx_fee",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "entity_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "index",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "initial_balance",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max_fee",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nonce",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "result",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_duration_seconds",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "valid_start_ns",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transaction_variance_order_by",
          "description": "order by variance() on columns of table \"transaction\"",
          "fields": null,
          "inputFields": [
            {
              "name": "charged_tx_fee",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "entity_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "index",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "initial_balance",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "max_fee",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "node_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "nonce",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "parent_consensus_timestamp",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "payer_account_id",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "result",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "type",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_duration_seconds",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "valid_start_ns",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transactions_last_24hrs",
          "description": "columns and relationships of \"transactions_last_24hrs\"",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "updated_at",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transactions_last_24hrs_aggregate",
          "description": "aggregated selection of \"transactions_last_24hrs\"",
          "fields": [
            {
              "name": "aggregate",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transactions_last_24hrs_aggregate_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "nodes",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "transactions_last_24hrs",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transactions_last_24hrs_aggregate_fields",
          "description": "aggregate fields of \"transactions_last_24hrs\"",
          "fields": [
            {
              "name": "avg",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transactions_last_24hrs_avg_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "count",
              "description": null,
              "args": [
                {
                  "name": "columns",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "ENUM",
                        "name": "transactions_last_24hrs_select_column",
                        "ofType": null
                      }
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "distinct",
                  "description": null,
                  "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Int", "ofType": null}
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "max",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transactions_last_24hrs_max_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "min",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transactions_last_24hrs_min_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transactions_last_24hrs_stddev_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transactions_last_24hrs_stddev_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stddev_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transactions_last_24hrs_stddev_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sum",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transactions_last_24hrs_sum_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_pop",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transactions_last_24hrs_var_pop_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "var_samp",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transactions_last_24hrs_var_samp_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "variance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "transactions_last_24hrs_variance_fields",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transactions_last_24hrs_avg_fields",
          "description": "aggregate avg on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transactions_last_24hrs_bool_exp",
          "description": "Boolean expression to filter rows from the table \"transactions_last_24hrs\". All fields are combined with a logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_and",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "transactions_last_24hrs_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_not",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "transactions_last_24hrs_bool_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_or",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "transactions_last_24hrs_bool_exp",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "count",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "bigint_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updated_at",
              "description": null,
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "timestamp_comparison_exp",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transactions_last_24hrs_max_fields",
          "description": "aggregate max on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "updated_at",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transactions_last_24hrs_min_fields",
          "description": "aggregate min on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "updated_at",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transactions_last_24hrs_order_by",
          "description": "Ordering options when selecting data from \"transactions_last_24hrs\".",
          "fields": null,
          "inputFields": [
            {
              "name": "count",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "updated_at",
              "description": null,
              "type": {"kind": "ENUM", "name": "order_by", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "transactions_last_24hrs_select_column",
          "description": "select columns of table \"transactions_last_24hrs\"",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "count",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "updated_at",
              "description": "column name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transactions_last_24hrs_stddev_fields",
          "description": "aggregate stddev on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transactions_last_24hrs_stddev_pop_fields",
          "description": "aggregate stddev_pop on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transactions_last_24hrs_stddev_samp_fields",
          "description": "aggregate stddev_samp on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transactions_last_24hrs_stream_cursor_input",
          "description": "Streaming cursor of the table \"transactions_last_24hrs\"",
          "fields": null,
          "inputFields": [
            {
              "name": "initial_value",
              "description": "Stream column input with initial value",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "INPUT_OBJECT",
                  "name": "transactions_last_24hrs_stream_cursor_value_input",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "ordering",
              "description": "cursor ordering",
              "type": {
                "kind": "ENUM",
                "name": "cursor_ordering",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transactions_last_24hrs_stream_cursor_value_input",
          "description": "Initial value of the column from where the streaming should start",
          "fields": null,
          "inputFields": [
            {
              "name": "count",
              "description": null,
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "updated_at",
              "description": null,
              "type": {"kind": "SCALAR", "name": "timestamp", "ofType": null},
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transactions_last_24hrs_sum_fields",
          "description": "aggregate sum on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "bigint", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transactions_last_24hrs_var_pop_fields",
          "description": "aggregate var_pop on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transactions_last_24hrs_var_samp_fields",
          "description": "aggregate var_samp on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "transactions_last_24hrs_variance_fields",
          "description": "aggregate variance on columns",
          "fields": [
            {
              "name": "count",
              "description": null,
              "args": [],
              "type": {"kind": "SCALAR", "name": "Float", "ofType": null},
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "transfer_type",
          "description": null,
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "transfer_type_comparison_exp",
          "description": "Boolean expression to compare columns of type \"transfer_type\". All fields are combined with logical 'AND'.",
          "fields": null,
          "inputFields": [
            {
              "name": "_eq",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "transfer_type",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_gt",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "transfer_type",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_gte",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "transfer_type",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_in",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "transfer_type",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "_is_null",
              "description": null,
              "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null},
              "defaultValue": null
            },
            {
              "name": "_lt",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "transfer_type",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_lte",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "transfer_type",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_neq",
              "description": null,
              "type": {
                "kind": "SCALAR",
                "name": "transfer_type",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "_nin",
              "description": null,
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "transfer_type",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        }
      ],
      "directives": [
        {
          "name": "include",
          "description": "whether this query should be included",
          "locations": ["FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT"],
          "args": [
            {
              "name": "if",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Boolean", "ofType": null}
              },
              "defaultValue": null
            }
          ]
        },
        {
          "name": "skip",
          "description": "whether this query should be skipped",
          "locations": ["FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT"],
          "args": [
            {
              "name": "if",
              "description": null,
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {"kind": "SCALAR", "name": "Boolean", "ofType": null}
              },
              "defaultValue": null
            }
          ]
        }
      ]
    }
  }
}
