diff --git a/README.md b/README.md index 9c62374..eae584a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Luanti mod to exchange in-game [currency](https://github.com/mt-mods/currency) with [libre currency](https://duniter.org) (Ğ1 blockchain). Luanti server has a dedicated account. -Players transfer money on it and the server gives them a corresponding amount of in-game banknotes. +Player transfer money on it and the server gives them a corresponding amount of in-game banknotes. They can then do whatever they want with the banknotes (trade, decorate walls, burn...). Players can ask the server to transfer their banknotes to an account of their choice using a chat command. @@ -13,8 +13,6 @@ It works with Ğ1v2 which is still in development/testing phase. Put this repo in the `mods` directory. -Add `g1_bridge` to `secure.http_mods`. - Have a local Duniter node. ```bash @@ -33,7 +31,6 @@ Have a local Duniter node. * Ensure all transfers are failproof (any communication, storage medium, server or whatever should be able to fail or rollback to a previous state, without causing double spend or money loss) * Force reception account to exist * Nice ATM-like interface -* Accept mixed values (other banknotes values than 1) ## Workflow diff --git a/g1bridge/Cargo.lock b/g1bridge/Cargo.lock index 847d266..0878086 100644 --- a/g1bridge/Cargo.lock +++ b/g1bridge/Cargo.lock @@ -23,9 +23,9 @@ dependencies = [ [[package]] name = "adler2" -version = "2.0.1" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" +checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" [[package]] name = "aead" @@ -39,12 +39,23 @@ dependencies = [ [[package]] name = "ahash" -version = "0.8.12" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" +checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" +dependencies = [ + "getrandom", + "once_cell", + "version_check", +] + +[[package]] +name = "ahash" +version = "0.8.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ "cfg-if", - "getrandom 0.3.3", + "getrandom", "once_cell", "version_check", "zerocopy", @@ -67,9 +78,9 @@ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "anyhow" -version = "1.0.98" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" +checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" [[package]] name = "argp" @@ -89,7 +100,7 @@ dependencies = [ "proc-macro2", "pulldown-cmark", "quote", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] @@ -98,9 +109,9 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb00293ba84f51ce3bd026bd0de55899c4e68f0a39a5728cebae3a73ffdc0a4f" dependencies = [ - "ark-ec", - "ark-ff", - "ark-std", + "ark-ec 0.4.2", + "ark-ff 0.4.2", + "ark-std 0.4.0", ] [[package]] @@ -110,9 +121,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20c7021f180a0cbea0380eba97c2af3c57074cdaffe0eef7e840e1c9f2841e55" dependencies = [ "ark-bls12-377", - "ark-ec", + "ark-ec 0.4.2", "ark-models-ext", - "ark-std", + "ark-std 0.4.0", ] [[package]] @@ -121,10 +132,10 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c775f0d12169cba7aae4caeb547bb6a50781c7449a8aa53793827c9ec4abf488" dependencies = [ - "ark-ec", - "ark-ff", - "ark-serialize", - "ark-std", + "ark-ec 0.4.2", + "ark-ff 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", ] [[package]] @@ -134,11 +145,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1dc4b3d08f19e8ec06e949712f95b8361e43f1391d94f65e4234df03480631c" dependencies = [ "ark-bls12-381", - "ark-ec", - "ark-ff", + "ark-ec 0.4.2", + "ark-ff 0.4.2", "ark-models-ext", - "ark-serialize", - "ark-std", + "ark-serialize 0.4.2", + "ark-std 0.4.0", ] [[package]] @@ -148,9 +159,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e0605daf0cc5aa2034b78d008aaf159f56901d92a52ee4f6ecdfdac4f426700" dependencies = [ "ark-bls12-377", - "ark-ec", - "ark-ff", - "ark-std", + "ark-ec 0.4.2", + "ark-ff 0.4.2", + "ark-std 0.4.0", ] [[package]] @@ -160,10 +171,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ccee5fba47266f460067588ee1bf070a9c760bf2050c1c509982c5719aadb4f2" dependencies = [ "ark-bw6-761", - "ark-ec", - "ark-ff", + "ark-ec 0.4.2", + "ark-ff 0.4.2", "ark-models-ext", - "ark-std", + "ark-std 0.4.0", ] [[package]] @@ -172,10 +183,10 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba" dependencies = [ - "ark-ff", - "ark-poly", - "ark-serialize", - "ark-std", + "ark-ff 0.4.2", + "ark-poly 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", "derivative", "hashbrown 0.13.2", "itertools 0.10.5", @@ -184,6 +195,27 @@ dependencies = [ "zeroize", ] +[[package]] +name = "ark-ec" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43d68f2d516162846c1238e755a7c4d131b892b70cc70c471a8e3ca3ed818fce" +dependencies = [ + "ahash 0.8.11", + "ark-ff 0.5.0", + "ark-poly 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", + "educe", + "fnv", + "hashbrown 0.15.2", + "itertools 0.13.0", + "num-bigint", + "num-integer", + "num-traits", + "zeroize", +] + [[package]] name = "ark-ed-on-bls12-377" version = "0.4.0" @@ -191,9 +223,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b10d901b9ac4b38f9c32beacedfadcdd64e46f8d7f8e88c1ae1060022cf6f6c6" dependencies = [ "ark-bls12-377", - "ark-ec", - "ark-ff", - "ark-std", + "ark-ec 0.4.2", + "ark-ff 0.4.2", + "ark-std 0.4.0", ] [[package]] @@ -202,11 +234,11 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "524a4fb7540df2e1a8c2e67a83ba1d1e6c3947f4f9342cc2359fc2e789ad731d" dependencies = [ - "ark-ec", + "ark-ec 0.4.2", "ark-ed-on-bls12-377", - "ark-ff", + "ark-ff 0.4.2", "ark-models-ext", - "ark-std", + "ark-std 0.4.0", ] [[package]] @@ -216,9 +248,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9cde0f2aa063a2a5c28d39b47761aa102bda7c13c84fc118a61b87c7b2f785c" dependencies = [ "ark-bls12-381", - "ark-ec", - "ark-ff", - "ark-std", + "ark-ec 0.4.2", + "ark-ff 0.4.2", + "ark-std 0.4.0", ] [[package]] @@ -227,11 +259,11 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d15185f1acb49a07ff8cbe5f11a1adc5a93b19e211e325d826ae98e98e124346" dependencies = [ - "ark-ec", + "ark-ec 0.4.2", "ark-ed-on-bls12-381-bandersnatch", - "ark-ff", + "ark-ff 0.4.2", "ark-models-ext", - "ark-std", + "ark-std 0.4.0", ] [[package]] @@ -240,10 +272,10 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba" dependencies = [ - "ark-ff-asm", - "ark-ff-macros", - "ark-serialize", - "ark-std", + "ark-ff-asm 0.4.2", + "ark-ff-macros 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", "derivative", "digest 0.10.7", "itertools 0.10.5", @@ -254,6 +286,26 @@ dependencies = [ "zeroize", ] +[[package]] +name = "ark-ff" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a177aba0ed1e0fbb62aa9f6d0502e9b46dad8c2eab04c14258a1212d2557ea70" +dependencies = [ + "ark-ff-asm 0.5.0", + "ark-ff-macros 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", + "arrayvec 0.7.6", + "digest 0.10.7", + "educe", + "itertools 0.13.0", + "num-bigint", + "num-traits", + "paste", + "zeroize", +] + [[package]] name = "ark-ff-asm" version = "0.4.2" @@ -264,6 +316,16 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "ark-ff-asm" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62945a2f7e6de02a31fe400aa489f0e0f5b2502e69f95f853adb82a96c7a6b60" +dependencies = [ + "quote", + "syn 2.0.96", +] + [[package]] name = "ark-ff-macros" version = "0.4.2" @@ -277,16 +339,29 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "ark-ff-macros" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09be120733ee33f7693ceaa202ca41accd5653b779563608f1234f78ae07c4b3" +dependencies = [ + "num-bigint", + "num-traits", + "proc-macro2", + "quote", + "syn 2.0.96", +] + [[package]] name = "ark-models-ext" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e9eab5d4b5ff2f228b763d38442adc9b084b0a465409b059fac5c2308835ec2" dependencies = [ - "ark-ec", - "ark-ff", - "ark-serialize", - "ark-std", + "ark-ec 0.4.2", + "ark-ff 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", "derivative", ] @@ -296,23 +371,38 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf" dependencies = [ - "ark-ff", - "ark-serialize", - "ark-std", + "ark-ff 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", "derivative", "hashbrown 0.13.2", ] +[[package]] +name = "ark-poly" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "579305839da207f02b89cd1679e50e67b4331e2f9294a57693e5051b7703fe27" +dependencies = [ + "ahash 0.8.11", + "ark-ff 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", + "educe", + "fnv", + "hashbrown 0.15.2", +] + [[package]] name = "ark-scale" version = "0.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f69c00b3b529be29528a6f2fd5fa7b1790f8bed81b9cdca17e326538545a179" dependencies = [ - "ark-ec", - "ark-ff", - "ark-serialize", - "ark-std", + "ark-ec 0.4.2", + "ark-ff 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", "parity-scale-codec", "scale-info", ] @@ -322,10 +412,10 @@ name = "ark-secret-scalar" version = "0.0.2" source = "git+https://github.com/duniter/ring-vrf#93af77b15de3bb34f1c46913599f4f4c4faa3215" dependencies = [ - "ark-ec", - "ark-ff", - "ark-serialize", - "ark-std", + "ark-ec 0.4.2", + "ark-ff 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", "ark-transcript", "digest 0.10.7", "getrandom_or_panic", @@ -338,8 +428,21 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5" dependencies = [ - "ark-serialize-derive", - "ark-std", + "ark-serialize-derive 0.4.2", + "ark-std 0.4.0", + "digest 0.10.7", + "num-bigint", +] + +[[package]] +name = "ark-serialize" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f4d068aaf107ebcd7dfb52bc748f8030e0fc930ac8e360146ca54c1203088f7" +dependencies = [ + "ark-serialize-derive 0.5.0", + "ark-std 0.5.0", + "arrayvec 0.7.6", "digest 0.10.7", "num-bigint", ] @@ -355,6 +458,17 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "ark-serialize-derive" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "213888f660fddcca0d257e88e54ac05bca01885f258ccdf695bafd77031bb69d" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.96", +] + [[package]] name = "ark-std" version = "0.4.0" @@ -366,16 +480,26 @@ dependencies = [ "rayon", ] +[[package]] +name = "ark-std" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a" +dependencies = [ + "num-traits", + "rand", +] + [[package]] name = "ark-transcript" version = "0.0.2" source = "git+https://github.com/duniter/ring-vrf#93af77b15de3bb34f1c46913599f4f4c4faa3215" dependencies = [ - "ark-ff", - "ark-serialize", - "ark-std", + "ark-ff 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", "digest 0.10.7", - "rand_core", + "rand_core 0.6.4", "sha3", ] @@ -426,15 +550,14 @@ dependencies = [ [[package]] name = "async-executor" -version = "1.13.2" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb812ffb58524bdd10860d7d974e2f01cc0950c2438a74ee5ec2e2280c6c4ffa" +checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec" dependencies = [ "async-task", "concurrent-queue", "fastrand", "futures-lite", - "pin-project-lite", "slab", ] @@ -451,9 +574,9 @@ dependencies = [ [[package]] name = "async-io" -version = "2.4.1" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1237c0ae75a0f3765f58910ff9cdd0a12eeb39ab2f4c7de23262f337f0aacbb3" +checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059" dependencies = [ "async-lock", "cfg-if", @@ -492,9 +615,9 @@ dependencies = [ [[package]] name = "async-process" -version = "2.3.1" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cde3f4e40e6021d7acffc90095cbd6dc54cb593903d1de5832f435eb274b85dc" +checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb" dependencies = [ "async-channel", "async-io", @@ -511,9 +634,9 @@ dependencies = [ [[package]] name = "async-signal" -version = "0.2.11" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7605a4e50d4b06df3898d5a70bf5fde51ed9059b0434b73105193bc27acce0d" +checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3" dependencies = [ "async-io", "async-lock", @@ -535,13 +658,13 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.88" +version = "0.1.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" +checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" dependencies = [ "proc-macro2", "quote", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] @@ -564,9 +687,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "backtrace" -version = "0.3.75" +version = "0.3.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" +checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" dependencies = [ "addr2line", "cfg-if", @@ -574,7 +697,7 @@ dependencies = [ "miniz_oxide", "object", "rustc-demangle", - "windows-targets 0.52.6", + "windows-targets", ] [[package]] @@ -583,16 +706,16 @@ version = "0.0.4" source = "git+https://github.com/duniter/ring-vrf#93af77b15de3bb34f1c46913599f4f4c4faa3215" dependencies = [ "ark-bls12-381", - "ark-ec", + "ark-ec 0.4.2", "ark-ed-on-bls12-381-bandersnatch", - "ark-ff", - "ark-serialize", - "ark-std", + "ark-ff 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", "dleq_vrf", "rand_chacha", - "rand_core", + "rand_core 0.6.4", "ring 0.1.0", - "sha2 0.10.9", + "sha2 0.10.8", "sp-ark-bls12-381", "sp-ark-ed-on-bls12-381-bandersnatch", "zeroize", @@ -622,17 +745,11 @@ version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" -[[package]] -name = "base64" -version = "0.22.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" - [[package]] name = "base64ct" -version = "1.8.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" +checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "beef" @@ -685,9 +802,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.9.1" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" +checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" [[package]] name = "bitvec" @@ -722,9 +839,9 @@ dependencies = [ [[package]] name = "blake2b_simd" -version = "1.0.3" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06e903a20b159e944f91ec8499fe1e55651480c541ea0a584f5d967c49ad9d99" +checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780" dependencies = [ "arrayref", "arrayvec 0.7.6", @@ -764,9 +881,9 @@ dependencies = [ [[package]] name = "bounded-collections" -version = "0.2.4" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64ad8a0bed7827f0b07a5d23cec2e58cc02038a99e4ca81616cb2bb2025f804d" +checksum = "3d077619e9c237a5d1875166f5e8033e8f6bff0c96f8caf81e1c2d7738c431bf" dependencies = [ "log", "parity-scale-codec", @@ -783,17 +900,11 @@ dependencies = [ "tinyvec", ] -[[package]] -name = "bumpalo" -version = "3.18.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee" - [[package]] name = "byte-slice-cast" -version = "1.2.3" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7575182f7272186991736b70173b0ea045398f984bf5ebbb3804736ce1330c9d" +checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" [[package]] name = "byteorder" @@ -803,36 +914,24 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.10.1" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" +checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "cc" -version = "1.2.27" +version = "1.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc" +checksum = "c8293772165d9345bdaaa39b45b2109591e63fe5e6fbc23c6ff930a048aa310b" dependencies = [ "shlex", ] -[[package]] -name = "cesu8" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" - [[package]] name = "cfg-if" -version = "1.0.1" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" - -[[package]] -name = "cfg_aliases" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chacha20" @@ -861,26 +960,16 @@ dependencies = [ "inout", ] -[[package]] -name = "combine" -version = "4.6.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" -dependencies = [ - "bytes", - "memchr", -] - [[package]] name = "common" version = "0.1.0" source = "git+https://github.com/w3f/ring-proof?rev=665f5f5#665f5f51af5734c7b6d90b985dd6861d4c5b4752" dependencies = [ - "ark-ec", - "ark-ff", - "ark-poly", - "ark-serialize", - "ark-std", + "ark-ec 0.4.2", + "ark-ff 0.4.2", + "ark-poly 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", "fflonk", "getrandom_or_panic", "merlin", @@ -908,26 +997,6 @@ version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" -[[package]] -name = "const_format" -version = "0.2.34" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd" -dependencies = [ - "const_format_proc_macros", -] - -[[package]] -name = "const_format_proc_macros" -version = "0.2.34" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744" -dependencies = [ - "proc-macro2", - "quote", - "unicode-xid", -] - [[package]] name = "constant_time_eq" version = "0.1.5" @@ -940,6 +1009,12 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" +[[package]] +name = "constcat" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd7e35aee659887cbfb97aaf227ac12cad1a9d7c71e55ff3376839ed4e282d08" + [[package]] name = "convert_case" version = "0.4.0" @@ -964,9 +1039,9 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "cpufeatures" -version = "0.2.17" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" +checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3" dependencies = [ "libc", ] @@ -1016,9 +1091,9 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "crunchy" -version = "0.2.3" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929" +checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "crypto-bigint" @@ -1027,7 +1102,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" dependencies = [ "generic-array", - "rand_core", + "rand_core 0.6.4", "subtle", "zeroize", ] @@ -1039,7 +1114,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" dependencies = [ "generic-array", - "rand_core", + "rand_core 0.6.4", "typenum", ] @@ -1053,6 +1128,19 @@ dependencies = [ "subtle", ] +[[package]] +name = "curve25519-dalek" +version = "3.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61" +dependencies = [ + "byteorder", + "digest 0.9.0", + "rand_core 0.5.1", + "subtle", + "zeroize", +] + [[package]] name = "curve25519-dalek" version = "4.1.3" @@ -1077,7 +1165,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] @@ -1092,12 +1180,12 @@ dependencies = [ [[package]] name = "darling" -version = "0.20.11" +version = "0.20.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" +checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" dependencies = [ - "darling_core 0.20.11", - "darling_macro 0.20.11", + "darling_core 0.20.10", + "darling_macro 0.20.10", ] [[package]] @@ -1116,16 +1204,16 @@ dependencies = [ [[package]] name = "darling_core" -version = "0.20.11" +version = "0.20.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" +checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" dependencies = [ "fnv", "ident_case", "proc-macro2", "quote", "strsim 0.11.1", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] @@ -1141,20 +1229,20 @@ dependencies = [ [[package]] name = "darling_macro" -version = "0.20.11" +version = "0.20.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" +checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" dependencies = [ - "darling_core 0.20.11", + "darling_core 0.20.10", "quote", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] name = "der" -version = "0.7.10" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" +checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" dependencies = [ "const-oid", "zeroize", @@ -1162,9 +1250,9 @@ dependencies = [ [[package]] name = "deranged" -version = "0.4.0" +version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" +checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" dependencies = [ "powerfmt", ] @@ -1188,31 +1276,20 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.103", -] - -[[package]] -name = "derive-where" -version = "1.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e73f2692d4bd3cac41dca28934a39894200c9fabf49586d77d0e5954af1d7902" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] name = "derive_more" -version = "0.99.20" +version = "0.99.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f" +checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" dependencies = [ "convert_case", "proc-macro2", "quote", "rustc_version", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] @@ -1232,7 +1309,7 @@ checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" dependencies = [ "proc-macro2", "quote", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] @@ -1264,7 +1341,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] @@ -1272,12 +1349,12 @@ name = "dleq_vrf" version = "0.0.2" source = "git+https://github.com/duniter/ring-vrf#93af77b15de3bb34f1c46913599f4f4c4faa3215" dependencies = [ - "ark-ec", - "ark-ff", + "ark-ec 0.4.2", + "ark-ff 0.4.2", "ark-scale", "ark-secret-scalar", - "ark-serialize", - "ark-std", + "ark-serialize 0.4.2", + "ark-std 0.4.0", "ark-transcript", "arrayvec 0.7.6", "zeroize", @@ -1304,7 +1381,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.103", + "syn 2.0.96", "termcolor", "toml", "walkdir", @@ -1318,9 +1395,9 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "dyn-clonable" -version = "0.9.2" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a36efbb9bfd58e1723780aa04b61aba95ace6a05d9ffabfdb0b43672552f0805" +checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4" dependencies = [ "dyn-clonable-impl", "dyn-clone", @@ -1328,20 +1405,20 @@ dependencies = [ [[package]] name = "dyn-clonable-impl" -version = "0.9.2" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e8671d54058979a37a26f3511fbf8d198ba1aa35ffb202c42587d918d77213a" +checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.103", + "syn 1.0.109", ] [[package]] name = "dyn-clone" -version = "1.0.19" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" +checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" [[package]] name = "ecdsa" @@ -1374,34 +1451,60 @@ version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ - "curve25519-dalek", + "curve25519-dalek 4.1.3", "ed25519", "serde", - "sha2 0.10.9", + "sha2 0.10.8", "subtle", "zeroize", ] +[[package]] +name = "ed25519-zebra" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6" +dependencies = [ + "curve25519-dalek 3.2.0", + "hashbrown 0.12.3", + "hex", + "rand_core 0.6.4", + "sha2 0.9.9", + "zeroize", +] + [[package]] name = "ed25519-zebra" version = "4.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ - "curve25519-dalek", + "curve25519-dalek 4.1.3", "ed25519", "hashbrown 0.14.5", "hex", - "rand_core", - "sha2 0.10.9", + "rand_core 0.6.4", + "sha2 0.10.8", "zeroize", ] [[package]] -name = "either" -version = "1.15.0" +name = "educe" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" +checksum = "1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417" +dependencies = [ + "enum-ordinalize", + "proc-macro2", + "quote", + "syn 2.0.96", +] + +[[package]] +name = "either" +version = "1.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" [[package]] name = "elliptic-curve" @@ -1416,7 +1519,7 @@ dependencies = [ "generic-array", "group", "pkcs8", - "rand_core", + "rand_core 0.6.4", "sec1", "serdect", "subtle", @@ -1424,12 +1527,23 @@ dependencies = [ ] [[package]] -name = "encoding_rs" -version = "0.8.35" +name = "enum-ordinalize" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" +checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5" dependencies = [ - "cfg-if", + "enum-ordinalize-derive", +] + +[[package]] +name = "enum-ordinalize-derive" +version = "4.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.96", ] [[package]] @@ -1440,15 +1554,15 @@ checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b" [[package]] name = "equivalent" -version = "1.0.2" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" +checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "errno" -version = "0.3.12" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18" +checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", "windows-sys 0.59.0", @@ -1477,9 +1591,9 @@ dependencies = [ [[package]] name = "event-listener-strategy" -version = "0.5.4" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" +checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2" dependencies = [ "event-listener 5.4.0", "pin-project-lite", @@ -1497,7 +1611,7 @@ dependencies = [ "prettyplease", "proc-macro2", "quote", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] @@ -1508,24 +1622,24 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "ff" -version = "0.13.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" +checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" dependencies = [ - "rand_core", + "rand_core 0.6.4", "subtle", ] [[package]] name = "fflonk" -version = "0.1.0" -source = "git+https://github.com//w3f/fflonk.git?rev=1e854f35e9a65d08b11a86291405cdc95baa0a35#1e854f35e9a65d08b11a86291405cdc95baa0a35" +version = "0.1.1" +source = "git+https://github.com/w3f/fflonk#eda051ea3b80042e844a3ebd17c2f60536e6ee3f" dependencies = [ - "ark-ec", - "ark-ff", - "ark-poly", - "ark-serialize", - "ark-std", + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-poly 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", "merlin", ] @@ -1545,16 +1659,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "finito" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2384245d85162258a14b43567a9ee3598f5ae746a1581fb5d3d2cb780f0dbf95" -dependencies = [ - "futures-timer", - "pin-project", -] - [[package]] name = "fixed-hash" version = "0.8.0" @@ -1575,24 +1679,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "foldhash" -version = "0.1.5" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" - -[[package]] -name = "foreign-types" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" -dependencies = [ - "foreign-types-shared", -] - -[[package]] -name = "foreign-types-shared" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" +checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" [[package]] name = "form_urlencoded" @@ -1721,7 +1810,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] @@ -1774,13 +1863,10 @@ name = "g1bridge" version = "0.1.0" dependencies = [ "argp", - "hex", "log", "parity-scale-codec", - "reqwest", "scrypt", "serde", - "serde_json", "simplelog", "sp-core", "sp-runtime", @@ -1803,34 +1889,22 @@ dependencies = [ [[package]] name = "getopts" -version = "0.2.23" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cba6ae63eb948698e300f645f87c70f76630d505f23b8907cf1e193ee85048c1" +checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" dependencies = [ "unicode-width", ] [[package]] name = "getrandom" -version = "0.2.16" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" +checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ "cfg-if", "libc", - "wasi 0.11.1+wasi-snapshot-preview1", -] - -[[package]] -name = "getrandom" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" -dependencies = [ - "cfg-if", - "libc", - "r-efi", - "wasi 0.14.2+wasi-0.2.4", + "wasi", ] [[package]] @@ -1840,7 +1914,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9" dependencies = [ "rand", - "rand_core", + "rand_core 0.6.4", ] [[package]] @@ -1856,7 +1930,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" dependencies = [ "ff", - "rand_core", + "rand_core 0.6.4", "subtle", ] @@ -1871,7 +1945,7 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http 0.2.12", + "http", "indexmap", "slab", "tokio", @@ -1894,13 +1968,22 @@ dependencies = [ "crunchy", ] +[[package]] +name = "hashbrown" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" +dependencies = [ + "ahash 0.7.8", +] + [[package]] name = "hashbrown" version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ - "ahash", + "ahash 0.8.11", ] [[package]] @@ -1909,16 +1992,16 @@ version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ - "ahash", + "ahash 0.8.11", "allocator-api2", "serde", ] [[package]] name = "hashbrown" -version = "0.15.4" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" +checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" dependencies = [ "allocator-api2", "equivalent", @@ -1927,15 +2010,21 @@ dependencies = [ [[package]] name = "heck" -version = "0.5.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" +checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "hermit-abi" -version = "0.5.2" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" +checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" + +[[package]] +name = "hermit-abi" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" [[package]] name = "hex" @@ -1990,17 +2079,6 @@ dependencies = [ "itoa", ] -[[package]] -name = "http" -version = "1.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" -dependencies = [ - "bytes", - "fnv", - "itoa", -] - [[package]] name = "http-body" version = "0.4.6" @@ -2008,15 +2086,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" dependencies = [ "bytes", - "http 0.2.12", + "http", "pin-project-lite", ] [[package]] name = "httparse" -version = "1.10.1" +version = "1.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" +checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" [[package]] name = "httpdate" @@ -2035,7 +2113,7 @@ dependencies = [ "futures-core", "futures-util", "h2", - "http 0.2.12", + "http", "http-body", "httparse", "httpdate", @@ -2055,7 +2133,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", - "http 0.2.12", + "http", "hyper", "log", "rustls 0.21.12", @@ -2064,37 +2142,23 @@ dependencies = [ "tokio-rustls 0.24.1", ] -[[package]] -name = "hyper-tls" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" -dependencies = [ - "bytes", - "hyper", - "native-tls", - "tokio", - "tokio-native-tls", -] - [[package]] name = "icu_collections" -version = "2.0.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" +checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" dependencies = [ "displaydoc", - "potential_utf", "yoke", "zerofrom", "zerovec", ] [[package]] -name = "icu_locale_core" -version = "2.0.0" +name = "icu_locid" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" +checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" dependencies = [ "displaydoc", "litemap", @@ -2104,10 +2168,30 @@ dependencies = [ ] [[package]] -name = "icu_normalizer" -version = "2.0.0" +name = "icu_locid_transform" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" +checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" +dependencies = [ + "displaydoc", + "icu_locid", + "icu_locid_transform_data", + "icu_provider", + "tinystr", + "zerovec", +] + +[[package]] +name = "icu_locid_transform_data" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" + +[[package]] +name = "icu_normalizer" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" dependencies = [ "displaydoc", "icu_collections", @@ -2115,54 +2199,67 @@ dependencies = [ "icu_properties", "icu_provider", "smallvec", + "utf16_iter", + "utf8_iter", + "write16", "zerovec", ] [[package]] name = "icu_normalizer_data" -version = "2.0.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" +checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" [[package]] name = "icu_properties" -version = "2.0.1" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" +checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" dependencies = [ "displaydoc", "icu_collections", - "icu_locale_core", + "icu_locid_transform", "icu_properties_data", "icu_provider", - "potential_utf", - "zerotrie", + "tinystr", "zerovec", ] [[package]] name = "icu_properties_data" -version = "2.0.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" +checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" [[package]] name = "icu_provider" -version = "2.0.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" +checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" dependencies = [ "displaydoc", - "icu_locale_core", + "icu_locid", + "icu_provider_macros", "stable_deref_trait", "tinystr", "writeable", "yoke", "zerofrom", - "zerotrie", "zerovec", ] +[[package]] +name = "icu_provider_macros" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.96", +] + [[package]] name = "ident_case" version = "1.0.1" @@ -2182,9 +2279,9 @@ dependencies = [ [[package]] name = "idna_adapter" -version = "1.2.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" +checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" dependencies = [ "icu_normalizer", "icu_properties", @@ -2199,26 +2296,6 @@ dependencies = [ "parity-scale-codec", ] -[[package]] -name = "impl-codec" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d40b9d5e17727407e55028eafc22b2dc68781786e6d7eb8a21103f5058e3a14" -dependencies = [ - "parity-scale-codec", -] - -[[package]] -name = "impl-num-traits" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "803d15461ab0dcc56706adf266158acbc44ccf719bf7d0af30705f58b90a4b8c" -dependencies = [ - "integer-sqrt", - "num-traits", - "uint 0.10.0", -] - [[package]] name = "impl-serde" version = "0.4.0" @@ -2228,15 +2305,6 @@ dependencies = [ "serde", ] -[[package]] -name = "impl-serde" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a143eada6a1ec4aefa5049037a26a6d597bfd64f8c026d07b77133e02b7dd0b" -dependencies = [ - "serde", -] - [[package]] name = "impl-trait-for-tuples" version = "0.2.3" @@ -2245,17 +2313,17 @@ checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9" dependencies = [ "proc-macro2", "quote", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] name = "indexmap" -version = "2.9.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" +checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" dependencies = [ "equivalent", - "hashbrown 0.15.4", + "hashbrown 0.15.2", ] [[package]] @@ -2266,9 +2334,9 @@ checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" [[package]] name = "inout" -version = "0.1.4" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" +checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" dependencies = [ "generic-array", ] @@ -2291,12 +2359,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "ipnet" -version = "2.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" - [[package]] name = "itertools" version = "0.10.5" @@ -2306,15 +2368,6 @@ dependencies = [ "either", ] -[[package]] -name = "itertools" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" -dependencies = [ - "either", -] - [[package]] name = "itertools" version = "0.12.1" @@ -2324,41 +2377,20 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +dependencies = [ + "either", +] + [[package]] name = "itoa" -version = "1.0.15" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" - -[[package]] -name = "jni" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec" -dependencies = [ - "cesu8", - "combine", - "jni-sys", - "log", - "thiserror", - "walkdir", -] - -[[package]] -name = "jni-sys" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" - -[[package]] -name = "js-sys" -version = "0.3.77" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" -dependencies = [ - "once_cell", - "wasm-bindgen", -] +checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" [[package]] name = "jsonrpsee" @@ -2366,21 +2398,10 @@ version = "0.22.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfdb12a2381ea5b2e68c3469ec604a007b367778cdb14d09612c8069ebd616ad" dependencies = [ - "jsonrpsee-client-transport 0.22.5", - "jsonrpsee-core 0.22.5", + "jsonrpsee-client-transport", + "jsonrpsee-core", "jsonrpsee-http-client", - "jsonrpsee-types 0.22.5", -] - -[[package]] -name = "jsonrpsee" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b089779ad7f80768693755a031cc14a7766aba707cbe886674e3f79e9b7e47" -dependencies = [ - "jsonrpsee-core 0.23.2", - "jsonrpsee-types 0.23.2", - "jsonrpsee-ws-client", + "jsonrpsee-types", ] [[package]] @@ -2390,12 +2411,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4978087a58c3ab02efc5b07c5e5e2803024536106fd5506f558db172c889b3aa" dependencies = [ "futures-util", - "http 0.2.12", - "jsonrpsee-core 0.22.5", + "http", + "jsonrpsee-core", "pin-project", "rustls-native-certs 0.7.3", "rustls-pki-types", - "soketto 0.7.1", + "soketto", "thiserror", "tokio", "tokio-rustls 0.25.0", @@ -2404,29 +2425,6 @@ dependencies = [ "url", ] -[[package]] -name = "jsonrpsee-client-transport" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08163edd8bcc466c33d79e10f695cdc98c00d1e6ddfb95cec41b6b0279dd5432" -dependencies = [ - "base64 0.22.1", - "futures-util", - "http 1.3.1", - "jsonrpsee-core 0.23.2", - "pin-project", - "rustls 0.23.27", - "rustls-pki-types", - "rustls-platform-verifier", - "soketto 0.8.1", - "thiserror", - "tokio", - "tokio-rustls 0.26.2", - "tokio-util", - "tracing", - "url", -] - [[package]] name = "jsonrpsee-core" version = "0.22.5" @@ -2439,29 +2437,7 @@ dependencies = [ "futures-timer", "futures-util", "hyper", - "jsonrpsee-types 0.22.5", - "pin-project", - "rustc-hash", - "serde", - "serde_json", - "thiserror", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "jsonrpsee-core" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79712302e737d23ca0daa178e752c9334846b08321d439fd89af9a384f8c830b" -dependencies = [ - "anyhow", - "async-trait", - "beef", - "futures-timer", - "futures-util", - "jsonrpsee-types 0.23.2", + "jsonrpsee-types", "pin-project", "rustc-hash", "serde", @@ -2481,8 +2457,8 @@ dependencies = [ "async-trait", "hyper", "hyper-rustls", - "jsonrpsee-core 0.22.5", - "jsonrpsee-types 0.22.5", + "jsonrpsee-core", + "jsonrpsee-types", "serde", "serde_json", "thiserror", @@ -2505,32 +2481,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "jsonrpsee-types" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9c465fbe385238e861fdc4d1c85e04ada6c1fd246161d26385c1b311724d2af" -dependencies = [ - "beef", - "http 1.3.1", - "serde", - "serde_json", - "thiserror", -] - -[[package]] -name = "jsonrpsee-ws-client" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c28759775f5cb2f1ea9667672d3fe2b0e701d1f4b7b67954e60afe7fd058b5e" -dependencies = [ - "http 1.3.1", - "jsonrpsee-client-transport 0.23.2", - "jsonrpsee-core 0.23.2", - "jsonrpsee-types 0.23.2", - "url", -] - [[package]] name = "k256" version = "0.13.4" @@ -2542,7 +2492,7 @@ dependencies = [ "elliptic-curve", "once_cell", "serdect", - "sha2 0.10.9", + "sha2 0.10.8", ] [[package]] @@ -2562,24 +2512,24 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.173" +version = "0.2.169" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8cfeafaffdbc32176b64fb251369d52ea9f0a8fbc6f8759edffef7b525d64bb" +checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "libm" -version = "0.2.15" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" +checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" [[package]] name = "libsecp256k1" -version = "0.7.2" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e79019718125edc905a079a70cfa5f3820bc76139fc91d6f9abc27ea2a887139" +checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1" dependencies = [ "arrayref", - "base64 0.22.1", + "base64 0.13.1", "digest 0.9.0", "hmac-drbg", "libsecp256k1-core", @@ -2622,21 +2572,21 @@ dependencies = [ [[package]] name = "linux-raw-sys" -version = "0.9.4" +version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" +checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" [[package]] name = "litemap" -version = "0.8.0" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" +checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" [[package]] name = "lock_api" -version = "0.4.13" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" +checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" dependencies = [ "autocfg", "scopeguard", @@ -2654,7 +2604,7 @@ version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" dependencies = [ - "hashbrown 0.15.4", + "hashbrown 0.15.2", ] [[package]] @@ -2668,9 +2618,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.5" +version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" +checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "memory-db" @@ -2689,16 +2639,10 @@ checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" dependencies = [ "byteorder", "keccak", - "rand_core", + "rand_core 0.6.4", "zeroize", ] -[[package]] -name = "mime" -version = "0.3.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" - [[package]] name = "minimal-lexical" version = "0.2.1" @@ -2707,39 +2651,22 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.8.9" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" +checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924" dependencies = [ "adler2", ] [[package]] name = "mio" -version = "1.0.4" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" +checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" dependencies = [ "libc", - "wasi 0.11.1+wasi-snapshot-preview1", - "windows-sys 0.59.0", -] - -[[package]] -name = "native-tls" -version = "0.2.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" -dependencies = [ - "libc", - "log", - "openssl", - "openssl-probe", - "openssl-sys", - "schannel", - "security-framework", - "security-framework-sys", - "tempfile", + "wasi", + "windows-sys 0.52.0", ] [[package]] @@ -2837,11 +2764,11 @@ dependencies = [ [[package]] name = "num_cpus" -version = "1.17.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" +checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" dependencies = [ - "hermit-abi", + "hermit-abi 0.3.9", "libc", ] @@ -2865,9 +2792,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.21.3" +version = "1.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" +checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "opaque-debug" @@ -2875,49 +2802,11 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" -[[package]] -name = "openssl" -version = "0.10.73" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" -dependencies = [ - "bitflags 2.9.1", - "cfg-if", - "foreign-types", - "libc", - "once_cell", - "openssl-macros", - "openssl-sys", -] - -[[package]] -name = "openssl-macros" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.103", -] - [[package]] name = "openssl-probe" -version = "0.1.6" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" - -[[package]] -name = "openssl-sys" -version = "0.9.109" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" -dependencies = [ - "cc", - "libc", - "pkg-config", - "vcpkg", -] +checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "overload" @@ -2933,38 +2822,36 @@ checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ "bitcoin_hashes", "rand", - "rand_core", + "rand_core 0.6.4", "serde", "unicode-normalization", ] [[package]] name = "parity-scale-codec" -version = "3.7.5" +version = "3.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "799781ae679d79a948e13d4824a40970bfa500058d245760dd857301059810fa" +checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" dependencies = [ "arrayvec 0.7.6", "bitvec", "byte-slice-cast", "bytes", - "const_format", "impl-trait-for-tuples", "parity-scale-codec-derive", - "rustversion", "serde", ] [[package]] name = "parity-scale-codec-derive" -version = "3.7.5" +version = "3.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34b4653168b563151153c9e4c08ebed57fb8262bebfa79711552fa983c623e7a" +checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" dependencies = [ - "proc-macro-crate", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.103", + "syn 1.0.109", ] [[package]] @@ -2986,12 +2873,12 @@ dependencies = [ [[package]] name = "parking_lot" -version = "0.12.4" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" +checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" dependencies = [ "lock_api", - "parking_lot_core 0.9.11", + "parking_lot_core 0.9.10", ] [[package]] @@ -3010,15 +2897,15 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.11" +version = "0.9.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" +checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.5.13", + "redox_syscall 0.5.8", "smallvec", - "windows-targets 0.52.6", + "windows-targets", ] [[package]] @@ -3028,7 +2915,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" dependencies = [ "base64ct", - "rand_core", + "rand_core 0.6.4", "subtle", ] @@ -3057,22 +2944,22 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pin-project" -version = "1.1.10" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" +checksum = "1e2ec53ad785f4d35dac0adea7f7dc6f1bb277ad84a680c7afefeae05d1f5916" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.10" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" +checksum = "d56a66c0c55993aa927429d0f8a0abfd74f084e4d9c192cffed01e418d83eefb" dependencies = [ "proc-macro2", "quote", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] @@ -3108,12 +2995,6 @@ dependencies = [ "spki", ] -[[package]] -name = "pkg-config" -version = "0.3.32" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" - [[package]] name = "polkavm-common" version = "0.9.0" @@ -3138,7 +3019,7 @@ dependencies = [ "polkavm-common", "proc-macro2", "quote", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] @@ -3148,18 +3029,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ "polkavm-derive-impl", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] name = "polling" -version = "3.8.0" +version = "3.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b53a684391ad002dd6a596ceb6c74fd004fdce75f4be2e3f615068abbea5fd50" +checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f" dependencies = [ "cfg-if", "concurrent-queue", - "hermit-abi", + "hermit-abi 0.4.0", "pin-project-lite", "rustix", "tracing", @@ -3177,15 +3058,6 @@ dependencies = [ "universal-hash", ] -[[package]] -name = "potential_utf" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" -dependencies = [ - "zerovec", -] - [[package]] name = "powerfmt" version = "0.2.0" @@ -3194,21 +3066,21 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "ppv-lite86" -version = "0.2.21" +version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" +checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" dependencies = [ "zerocopy", ] [[package]] name = "prettyplease" -version = "0.2.34" +version = "0.2.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6837b9e10d61f45f987d50808f83d1ee3d206c66acf650c3e4ae2e1f6ddedf55" +checksum = "6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac" dependencies = [ "proc-macro2", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] @@ -3218,31 +3090,29 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" dependencies = [ "fixed-hash", - "impl-codec 0.6.0", - "impl-serde 0.4.0", + "impl-codec", + "impl-serde", "scale-info", - "uint 0.9.5", -] - -[[package]] -name = "primitive-types" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d15600a7d856470b7d278b3fe0e311fe28c2526348549f8ef2ff7db3299c87f5" -dependencies = [ - "fixed-hash", - "impl-codec 0.7.1", - "impl-num-traits", - "uint 0.10.0", + "uint", ] [[package]] name = "proc-macro-crate" -version = "3.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" +checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" dependencies = [ - "toml_edit", + "once_cell", + "toml_edit 0.19.15", +] + +[[package]] +name = "proc-macro-crate" +version = "3.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" +dependencies = [ + "toml_edit 0.22.22", ] [[package]] @@ -3271,9 +3141,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.95" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" +checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" dependencies = [ "unicode-ident", ] @@ -3284,7 +3154,7 @@ version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.8.0", "getopts", "memchr", "unicase", @@ -3292,19 +3162,13 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.40" +version = "1.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" +checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" dependencies = [ "proc-macro2", ] -[[package]] -name = "r-efi" -version = "5.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" - [[package]] name = "radium" version = "0.7.0" @@ -3319,7 +3183,7 @@ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "libc", "rand_chacha", - "rand_core", + "rand_core 0.6.4", ] [[package]] @@ -3329,16 +3193,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" dependencies = [ "ppv-lite86", - "rand_core", + "rand_core 0.6.4", ] +[[package]] +name = "rand_core" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" + [[package]] name = "rand_core" version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.16", + "getrandom", ] [[package]] @@ -3361,22 +3231,6 @@ dependencies = [ "crossbeam-utils", ] -[[package]] -name = "reconnecting-jsonrpsee-ws-client" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06fa4f17e09edfc3131636082faaec633c7baa269396b4004040bc6c52f49f65" -dependencies = [ - "cfg_aliases", - "finito", - "futures", - "jsonrpsee 0.23.2", - "serde_json", - "thiserror", - "tokio", - "tracing", -] - [[package]] name = "redox_syscall" version = "0.2.16" @@ -3388,31 +3242,31 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.13" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6" +checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.8.0", ] [[package]] name = "ref-cast" -version = "1.0.24" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" +checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.24" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" +checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] @@ -3459,46 +3313,6 @@ version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" -[[package]] -name = "reqwest" -version = "0.11.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" -dependencies = [ - "base64 0.21.7", - "bytes", - "encoding_rs", - "futures-core", - "futures-util", - "h2", - "http 0.2.12", - "http-body", - "hyper", - "hyper-tls", - "ipnet", - "js-sys", - "log", - "mime", - "native-tls", - "once_cell", - "percent-encoding", - "pin-project-lite", - "rustls-pemfile 1.0.4", - "serde", - "serde_json", - "serde_urlencoded", - "sync_wrapper", - "system-configuration", - "tokio", - "tokio-native-tls", - "tower-service", - "url", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", - "winreg", -] - [[package]] name = "rfc6979" version = "0.4.0" @@ -3514,11 +3328,11 @@ name = "ring" version = "0.1.0" source = "git+https://github.com/w3f/ring-proof?rev=665f5f5#665f5f51af5734c7b6d90b985dd6861d4c5b4752" dependencies = [ - "ark-ec", - "ark-ff", - "ark-poly", - "ark-serialize", - "ark-std", + "ark-ec 0.4.2", + "ark-ff 0.4.2", + "ark-poly 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", "arrayvec 0.7.6", "blake2", "common", @@ -3528,23 +3342,24 @@ dependencies = [ [[package]] name = "ring" -version = "0.17.14" +version = "0.17.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" +checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" dependencies = [ "cc", "cfg-if", - "getrandom 0.2.16", + "getrandom", "libc", + "spin", "untrusted", "windows-sys 0.52.0", ] [[package]] name = "rustc-demangle" -version = "0.1.25" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f" +checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" [[package]] name = "rustc-hash" @@ -3569,11 +3384,11 @@ dependencies = [ [[package]] name = "rustix" -version = "1.0.7" +version = "0.38.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" +checksum = "a78891ee6bf2340288408954ac787aa063d8e8817e9f53abb37c695c6d834ef6" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.8.0", "errno", "libc", "linux-raw-sys", @@ -3587,7 +3402,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" dependencies = [ "log", - "ring 0.17.14", + "ring 0.17.8", "rustls-webpki 0.101.7", "sct", ] @@ -3599,28 +3414,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" dependencies = [ "log", - "ring 0.17.14", + "ring 0.17.8", "rustls-pki-types", "rustls-webpki 0.102.8", "subtle", "zeroize", ] -[[package]] -name = "rustls" -version = "0.23.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321" -dependencies = [ - "log", - "once_cell", - "ring 0.17.14", - "rustls-pki-types", - "rustls-webpki 0.103.3", - "subtle", - "zeroize", -] - [[package]] name = "rustls-native-certs" version = "0.6.3" @@ -3666,39 +3466,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.12.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" -dependencies = [ - "zeroize", -] - -[[package]] -name = "rustls-platform-verifier" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afbb878bdfdf63a336a5e63561b1835e7a8c91524f51621db870169eac84b490" -dependencies = [ - "core-foundation", - "core-foundation-sys", - "jni", - "log", - "once_cell", - "rustls 0.23.27", - "rustls-native-certs 0.7.3", - "rustls-platform-verifier-android", - "rustls-webpki 0.102.8", - "security-framework", - "security-framework-sys", - "webpki-roots 0.26.11", - "winapi", -] - -[[package]] -name = "rustls-platform-verifier-android" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" +checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37" [[package]] name = "rustls-webpki" @@ -3706,7 +3476,7 @@ version = "0.101.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" dependencies = [ - "ring 0.17.14", + "ring 0.17.8", "untrusted", ] @@ -3716,27 +3486,16 @@ version = "0.102.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ - "ring 0.17.14", - "rustls-pki-types", - "untrusted", -] - -[[package]] -name = "rustls-webpki" -version = "0.103.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435" -dependencies = [ - "ring 0.17.14", + "ring 0.17.8", "rustls-pki-types", "untrusted", ] [[package]] name = "rustversion" -version = "1.0.21" +version = "1.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" +checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" [[package]] name = "ruzstd" @@ -3745,15 +3504,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d" dependencies = [ "byteorder", - "derive_more 0.99.20", + "derive_more 0.99.18", "twox-hash", ] [[package]] name = "ryu" -version = "1.0.20" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" +checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "salsa20" @@ -3775,9 +3534,9 @@ dependencies = [ [[package]] name = "scale-bits" -version = "0.6.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e57b1e7f6b65ed1f04e79a85a57d755ad56d76fdf1e9bddcc9ae14f71fcdcf54" +checksum = "662d10dcd57b1c2a3c41c9cf68f71fb09747ada1ea932ad961aca7e2ca28315f" dependencies = [ "parity-scale-codec", "scale-info", @@ -3787,13 +3546,13 @@ dependencies = [ [[package]] name = "scale-decode" -version = "0.13.1" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" +checksum = "afc79ba56a1c742f5aeeed1f1801f3edf51f7e818f0a54582cac6f131364ea7b" dependencies = [ - "derive_more 0.99.20", + "derive_more 0.99.18", "parity-scale-codec", - "primitive-types 0.12.2", + "primitive-types", "scale-bits", "scale-decode-derive", "scale-type-resolver", @@ -3802,9 +3561,9 @@ dependencies = [ [[package]] name = "scale-decode-derive" -version = "0.13.1" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bb22f574168103cdd3133b19281639ca65ad985e24612728f727339dcaf4021" +checksum = "5398fdb3c7bea3cb419bac4983aadacae93fe1a7b5f693f4ebd98c3821aad7a5" dependencies = [ "darling 0.14.4", "proc-macro2", @@ -3814,13 +3573,13 @@ dependencies = [ [[package]] name = "scale-encode" -version = "0.7.2" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "528464e6ae6c8f98e2b79633bf79ef939552e795e316579dab09c61670d56602" +checksum = "628800925a33794fb5387781b883b5e14d130fece9af5a63613867b8de07c5c7" dependencies = [ - "derive_more 0.99.20", + "derive_more 0.99.18", "parity-scale-codec", - "primitive-types 0.12.2", + "primitive-types", "scale-bits", "scale-encode-derive", "scale-type-resolver", @@ -3829,15 +3588,15 @@ dependencies = [ [[package]] name = "scale-encode-derive" -version = "0.7.2" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bef2618f123c88da9cd8853b69d766068f1eddc7692146d7dfe9b89e25ce2efd" +checksum = "7a304e1af7cdfbe7a24e08b012721456cc8cecdedadc14b3d10513eada63233c" dependencies = [ - "darling 0.20.11", - "proc-macro-crate", + "darling 0.14.4", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", - "syn 2.0.103", + "syn 1.0.109", ] [[package]] @@ -3860,17 +3619,17 @@ version = "2.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6630024bf739e2179b91fb424b28898baf819414262c5d376677dbff1fe7ebf" dependencies = [ - "proc-macro-crate", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] name = "scale-type-resolver" -version = "0.2.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb" +checksum = "10b800069bfd43374e0f96f653e0d46882a2cb16d6d961ac43bea80f26c76843" dependencies = [ "scale-info", "smallvec", @@ -3878,26 +3637,26 @@ dependencies = [ [[package]] name = "scale-typegen" -version = "0.8.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "498d1aecf2ea61325d4511787c115791639c0fd21ef4f8e11e49dd09eff2bbac" +checksum = "d470fa75e71b12b3244a4113adc4bc49891f3daba2054703cacd06256066397e" dependencies = [ "proc-macro2", "quote", "scale-info", - "syn 2.0.103", + "syn 2.0.96", "thiserror", ] [[package]] name = "scale-value" -version = "0.16.3" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cd6ab090d823e75cfdb258aad5fe92e13f2af7d04b43a55d607d25fcc38c811" +checksum = "c07ccfee963104335c971aaf8b7b0e749be8569116322df23f1f75c4ca9e4a28" dependencies = [ "base58", "blake2", - "derive_more 0.99.20", + "derive_more 0.99.18", "either", "frame-metadata 15.1.0", "parity-scale-codec", @@ -3925,7 +3684,7 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "356285bbf17bea63d9e52e96bd18f039672ac92b55b8cb997d6162a2a37d1649" dependencies = [ - "ahash", + "ahash 0.8.11", "cfg-if", "hashbrown 0.13.2", ] @@ -3939,12 +3698,12 @@ dependencies = [ "aead", "arrayref", "arrayvec 0.7.6", - "curve25519-dalek", + "curve25519-dalek 4.1.3", "getrandom_or_panic", "merlin", - "rand_core", + "rand_core 0.6.4", "serde_bytes", - "sha2 0.10.9", + "sha2 0.10.8", "subtle", "zeroize", ] @@ -3963,7 +3722,7 @@ checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f" dependencies = [ "pbkdf2", "salsa20", - "sha2 0.10.9", + "sha2 0.10.8", ] [[package]] @@ -3972,7 +3731,7 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" dependencies = [ - "ring 0.17.14", + "ring 0.17.8", "untrusted", ] @@ -4024,11 +3783,10 @@ version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.8.0", "core-foundation", "core-foundation-sys", "libc", - "num-bigint", "security-framework-sys", ] @@ -4044,9 +3802,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.26" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" +checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba" [[package]] name = "serde" @@ -4059,9 +3817,9 @@ dependencies = [ [[package]] name = "serde_bytes" -version = "0.11.17" +version = "0.11.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96" +checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" dependencies = [ "serde", ] @@ -4074,14 +3832,14 @@ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" dependencies = [ "proc-macro2", "quote", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] name = "serde_json" -version = "1.0.140" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" +checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" dependencies = [ "itoa", "memchr", @@ -4091,25 +3849,13 @@ dependencies = [ [[package]] name = "serde_spanned" -version = "0.6.9" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" +checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" dependencies = [ "serde", ] -[[package]] -name = "serde_urlencoded" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" -dependencies = [ - "form_urlencoded", - "itoa", - "ryu", - "serde", -] - [[package]] name = "serdect" version = "0.2.0" @@ -4133,17 +3879,6 @@ dependencies = [ "opaque-debug", ] -[[package]] -name = "sha1" -version = "0.10.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" -dependencies = [ - "cfg-if", - "cpufeatures", - "digest 0.10.7", -] - [[package]] name = "sha2" version = "0.9.9" @@ -4159,9 +3894,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.9" +version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" +checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" dependencies = [ "cfg-if", "cpufeatures", @@ -4195,9 +3930,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook-registry" -version = "1.4.5" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410" +checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" dependencies = [ "libc", ] @@ -4209,7 +3944,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" dependencies = [ "digest 0.10.7", - "rand_core", + "rand_core 0.6.4", ] [[package]] @@ -4262,9 +3997,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.15.1" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" +checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "smol" @@ -4298,8 +4033,8 @@ dependencies = [ "bs58", "chacha20", "crossbeam-queue", - "derive_more 0.99.20", - "ed25519-zebra", + "derive_more 0.99.18", + "ed25519-zebra 4.0.3", "either", "event-listener 4.0.3", "fnv", @@ -4326,12 +4061,12 @@ dependencies = [ "schnorrkel", "serde", "serde_json", - "sha2 0.10.9", + "sha2 0.10.8", "sha3", "siphasher", "slab", "smallvec", - "soketto 0.7.1", + "soketto", "twox-hash", "wasmi", "x25519-dalek", @@ -4348,7 +4083,7 @@ dependencies = [ "async-lock", "base64 0.21.7", "blake2-rfc", - "derive_more 0.99.20", + "derive_more 0.99.18", "either", "event-listener 4.0.3", "fnv", @@ -4361,7 +4096,7 @@ dependencies = [ "log", "lru", "no-std-net", - "parking_lot 0.12.4", + "parking_lot 0.12.3", "pin-project", "rand", "rand_chacha", @@ -4376,9 +4111,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.5.10" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" +checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" dependencies = [ "libc", "windows-sys 0.52.0", @@ -4399,38 +4134,23 @@ dependencies = [ "sha-1", ] -[[package]] -name = "soketto" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e859df029d160cb88608f5d7df7fb4753fd20fdfb4de5644f3d8b8440841721" -dependencies = [ - "base64 0.22.1", - "bytes", - "futures", - "httparse", - "log", - "rand", - "sha1", -] - [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0#030a7b8fd5ef03e4da466e65ce8fe92e3cff90e4" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0)", + "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0)", ] [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0#030a7b8fd5ef03e4da466e65ce8fe92e3cff90e4" dependencies = [ "docify", "integer-sqrt", @@ -4438,7 +4158,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0)", + "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0)", "static_assertions", ] @@ -4463,7 +4183,7 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0#030a7b8fd5ef03e4da466e65ce8fe92e3cff90e4" dependencies = [ "array-bytes", "bandersnatch_vrfs", @@ -4472,21 +4192,21 @@ dependencies = [ "bounded-collections", "bs58", "dyn-clonable", - "ed25519-zebra", + "ed25519-zebra 3.1.0", "futures", "hash-db", "hash256-std-hasher", - "impl-serde 0.4.0", - "itertools 0.11.0", + "impl-serde", + "itertools 0.10.5", "k256", "libsecp256k1", "log", "merlin", "parity-bip39", "parity-scale-codec", - "parking_lot 0.12.4", + "parking_lot 0.12.3", "paste", - "primitive-types 0.12.2", + "primitive-types", "rand", "scale-info", "schnorrkel", @@ -4494,11 +4214,11 @@ dependencies = [ "secrecy", "serde", "sp-crypto-hashing", - "sp-debug-derive 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0)", - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0)", - "sp-runtime-interface 24.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0)", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0)", - "sp-storage 19.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0)", + "sp-debug-derive 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0)", + "sp-externalities 0.25.0", + "sp-runtime-interface 24.0.0", + "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0)", + "sp-storage 19.0.0", "ss58-registry", "substrate-bip39", "thiserror", @@ -4509,8 +4229,8 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" -version = "0.10.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.14.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -4518,24 +4238,24 @@ dependencies = [ "ark-bls12-381-ext", "ark-bw6-761", "ark-bw6-761-ext", - "ark-ec", + "ark-ec 0.4.2", "ark-ed-on-bls12-377", "ark-ed-on-bls12-377-ext", "ark-ed-on-bls12-381-bandersnatch", "ark-ed-on-bls12-381-bandersnatch-ext", "ark-scale", - "sp-runtime-interface 24.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk)", + "sp-runtime-interface 28.0.0", ] [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0#030a7b8fd5ef03e4da466e65ce8fe92e3cff90e4" dependencies = [ "blake2b_simd", "byteorder", "digest 0.10.7", - "sha2 0.10.9", + "sha2 0.10.8", "sha3", "twox-hash", ] @@ -4543,50 +4263,49 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0#030a7b8fd5ef03e4da466e65ce8fe92e3cff90e4" dependencies = [ "proc-macro2", "quote", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#e3172c09434c095d444f0300169c0e6111523d73" +source = "git+https://github.com/duniter/duniter-polkadot-sdk#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0#030a7b8fd5ef03e4da466e65ce8fe92e3cff90e4" dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 19.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0)", + "sp-storage 19.0.0", ] [[package]] name = "sp-externalities" -version = "0.25.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.29.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 19.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk)", + "sp-storage 21.0.0", ] [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0#030a7b8fd5ef03e4da466e65ce8fe92e3cff90e4" dependencies = [ "bytes", - "docify", "ed25519-dalek", "libsecp256k1", "log", @@ -4596,12 +4315,12 @@ dependencies = [ "secp256k1", "sp-core", "sp-crypto-hashing", - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0)", + "sp-externalities 0.25.0", "sp-keystore", - "sp-runtime-interface 24.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0)", + "sp-runtime-interface 24.0.0", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0)", - "sp-tracing 16.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0)", + "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0)", + "sp-tracing 16.0.0", "sp-trie", "tracing", "tracing-core", @@ -4610,18 +4329,18 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0#030a7b8fd5ef03e4da466e65ce8fe92e3cff90e4" dependencies = [ "parity-scale-codec", - "parking_lot 0.12.4", + "parking_lot 0.12.3", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0)", + "sp-externalities 0.25.0", ] [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0#030a7b8fd5ef03e4da466e65ce8fe92e3cff90e4" dependencies = [ "backtrace", "lazy_static", @@ -4631,14 +4350,13 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0#030a7b8fd5ef03e4da466e65ce8fe92e3cff90e4" dependencies = [ "docify", "either", "hash256-std-hasher", "impl-trait-for-tuples", "log", - "num-traits", "parity-scale-codec", "paste", "rand", @@ -4649,87 +4367,87 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0)", + "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0)", "sp-weights", ] [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0#030a7b8fd5ef03e4da466e65ce8fe92e3cff90e4" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive", - "primitive-types 0.12.2", - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0)", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0)", - "sp-storage 19.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0)", - "sp-tracing 16.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0)", - "sp-wasm-interface 20.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0)", + "primitive-types", + "sp-externalities 0.25.0", + "sp-runtime-interface-proc-macro 17.0.0", + "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0)", + "sp-storage 19.0.0", + "sp-tracing 16.0.0", + "sp-wasm-interface 20.0.0", "static_assertions", ] [[package]] name = "sp-runtime-interface" -version = "24.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#e3172c09434c095d444f0300169c0e6111523d73" +version = "28.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive", - "primitive-types 0.13.1", - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk)", + "primitive-types", + "sp-externalities 0.29.0", + "sp-runtime-interface-proc-macro 18.0.0", "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk)", - "sp-storage 19.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk)", - "sp-tracing 16.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk)", - "sp-wasm-interface 20.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk)", + "sp-storage 21.0.0", + "sp-tracing 17.0.1", + "sp-wasm-interface 21.0.1", "static_assertions", ] [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0#030a7b8fd5ef03e4da466e65ce8fe92e3cff90e4" dependencies = [ "Inflector", "expander", - "proc-macro-crate", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] name = "sp-runtime-interface-proc-macro" -version = "17.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#e3172c09434c095d444f0300169c0e6111523d73" +version = "18.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "Inflector", "expander", - "proc-macro-crate", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0#030a7b8fd5ef03e4da466e65ce8fe92e3cff90e4" dependencies = [ "hash-db", "log", "parity-scale-codec", - "parking_lot 0.12.4", + "parking_lot 0.12.3", "rand", "smallvec", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0)", + "sp-externalities 0.25.0", "sp-panic-handler", "sp-trie", "thiserror", @@ -4740,31 +4458,31 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0#030a7b8fd5ef03e4da466e65ce8fe92e3cff90e4" [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#e3172c09434c095d444f0300169c0e6111523d73" +source = "git+https://github.com/duniter/duniter-polkadot-sdk#90e77c4c212232c85b81fbd9e83064a3e7586db7" [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0#030a7b8fd5ef03e4da466e65ce8fe92e3cff90e4" dependencies = [ - "impl-serde 0.4.0", + "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0)", + "sp-debug-derive 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0)", ] [[package]] name = "sp-storage" -version = "19.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#e3172c09434c095d444f0300169c0e6111523d73" +version = "21.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ - "impl-serde 0.5.0", + "impl-serde", "parity-scale-codec", "ref-cast", "serde", @@ -4774,7 +4492,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0#030a7b8fd5ef03e4da466e65ce8fe92e3cff90e4" dependencies = [ "parity-scale-codec", "tracing", @@ -4784,8 +4502,8 @@ dependencies = [ [[package]] name = "sp-tracing" -version = "16.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#e3172c09434c095d444f0300169c0e6111523d73" +version = "17.0.1" +source = "git+https://github.com/duniter/duniter-polkadot-sdk#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "parity-scale-codec", "tracing", @@ -4796,20 +4514,20 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0#030a7b8fd5ef03e4da466e65ce8fe92e3cff90e4" dependencies = [ - "ahash", + "ahash 0.8.11", "hash-db", "lazy_static", "memory-db", "nohash-hasher", "parity-scale-codec", - "parking_lot 0.12.4", + "parking_lot 0.12.3", "rand", "scale-info", "schnellru", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0)", + "sp-externalities 0.25.0", "thiserror", "tracing", "trie-db", @@ -4819,7 +4537,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0#030a7b8fd5ef03e4da466e65ce8fe92e3cff90e4" dependencies = [ "impl-trait-for-tuples", "log", @@ -4828,8 +4546,8 @@ dependencies = [ [[package]] name = "sp-wasm-interface" -version = "20.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#e3172c09434c095d444f0300169c0e6111523d73" +version = "21.0.1" +source = "git+https://github.com/duniter/duniter-polkadot-sdk#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -4840,7 +4558,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0#030a7b8fd5ef03e4da466e65ce8fe92e3cff90e4" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -4848,7 +4566,7 @@ dependencies = [ "serde", "smallvec", "sp-arithmetic", - "sp-debug-derive 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0)", + "sp-debug-derive 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0)", ] [[package]] @@ -4909,12 +4627,12 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.11.0#030a7b8fd5ef03e4da466e65ce8fe92e3cff90e4" dependencies = [ "hmac 0.12.1", "pbkdf2", "schnorrkel", - "sha2 0.10.9", + "sha2 0.10.8", "zeroize", ] @@ -4926,21 +4644,22 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "subxt" -version = "0.37.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.37.0-duniter-substrate-v1.14.0#00f181c1a5d8986e7146ddc72a745c793a9a1d8e" +version = "0.35.3" +source = "git+https://github.com/duniter/subxt?branch=subxt-v0.35.3-duniter-substrate-v1.11.0#04282d7f1638f8e86200958ee36cb3920852ed4f" dependencies = [ "async-trait", - "derive-where", + "base58", + "blake2", + "derivative", "either", "frame-metadata 16.0.0", "futures", "hex", - "impl-serde 0.4.0", + "impl-serde", "instant", - "jsonrpsee 0.22.5", + "jsonrpsee", "parity-scale-codec", - "primitive-types 0.12.2", - "reconnecting-jsonrpsee-ws-client", + "primitive-types", "scale-bits", "scale-decode", "scale-encode", @@ -4948,8 +4667,9 @@ dependencies = [ "scale-value", "serde", "serde_json", + "sp-core", "sp-crypto-hashing", - "subxt-core", + "sp-runtime", "subxt-lightclient", "subxt-macro", "subxt-metadata", @@ -4961,56 +4681,28 @@ dependencies = [ [[package]] name = "subxt-codegen" -version = "0.37.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.37.0-duniter-substrate-v1.14.0#00f181c1a5d8986e7146ddc72a745c793a9a1d8e" +version = "0.35.3" +source = "git+https://github.com/duniter/subxt?branch=subxt-v0.35.3-duniter-substrate-v1.11.0#04282d7f1638f8e86200958ee36cb3920852ed4f" dependencies = [ "frame-metadata 16.0.0", "heck", "hex", - "jsonrpsee 0.22.5", + "jsonrpsee", "parity-scale-codec", "proc-macro2", "quote", "scale-info", "scale-typegen", "subxt-metadata", - "syn 2.0.103", + "syn 2.0.96", "thiserror", "tokio", ] -[[package]] -name = "subxt-core" -version = "0.37.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.37.0-duniter-substrate-v1.14.0#00f181c1a5d8986e7146ddc72a745c793a9a1d8e" -dependencies = [ - "base58", - "blake2", - "derive-where", - "frame-metadata 16.0.0", - "hashbrown 0.14.5", - "hex", - "impl-serde 0.4.0", - "parity-scale-codec", - "primitive-types 0.12.2", - "scale-bits", - "scale-decode", - "scale-encode", - "scale-info", - "scale-value", - "serde", - "serde_json", - "sp-core", - "sp-crypto-hashing", - "sp-runtime", - "subxt-metadata", - "tracing", -] - [[package]] name = "subxt-lightclient" -version = "0.37.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.37.0-duniter-substrate-v1.14.0#00f181c1a5d8986e7146ddc72a745c793a9a1d8e" +version = "0.35.3" +source = "git+https://github.com/duniter/subxt?branch=subxt-v0.35.3-duniter-substrate-v1.11.0#04282d7f1638f8e86200958ee36cb3920852ed4f" dependencies = [ "futures", "futures-util", @@ -5025,23 +4717,24 @@ dependencies = [ [[package]] name = "subxt-macro" -version = "0.37.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.37.0-duniter-substrate-v1.14.0#00f181c1a5d8986e7146ddc72a745c793a9a1d8e" +version = "0.35.3" +source = "git+https://github.com/duniter/subxt?branch=subxt-v0.35.3-duniter-substrate-v1.11.0#04282d7f1638f8e86200958ee36cb3920852ed4f" dependencies = [ - "darling 0.20.11", + "darling 0.20.10", "parity-scale-codec", "proc-macro-error", "quote", "scale-typegen", "subxt-codegen", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] name = "subxt-metadata" -version = "0.37.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.37.0-duniter-substrate-v1.14.0#00f181c1a5d8986e7146ddc72a745c793a9a1d8e" +version = "0.35.3" +source = "git+https://github.com/duniter/subxt?branch=subxt-v0.35.3-duniter-substrate-v1.11.0#04282d7f1638f8e86200958ee36cb3920852ed4f" dependencies = [ + "derive_more 0.99.18", "frame-metadata 16.0.0", "hashbrown 0.14.5", "parity-scale-codec", @@ -5062,51 +4755,24 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.103" +version = "2.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4307e30089d6fd6aff212f2da3a1f9e32f3223b1f010fb09b7c95f90f3ca1e8" +checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80" dependencies = [ "proc-macro2", "quote", "unicode-ident", ] -[[package]] -name = "sync_wrapper" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" - [[package]] name = "synstructure" -version = "0.13.2" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" +checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" dependencies = [ "proc-macro2", "quote", - "syn 2.0.103", -] - -[[package]] -name = "system-configuration" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" -dependencies = [ - "bitflags 1.3.2", - "core-foundation", - "system-configuration-sys", -] - -[[package]] -name = "system-configuration-sys" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" -dependencies = [ - "core-foundation-sys", - "libc", + "syn 2.0.96", ] [[package]] @@ -5115,19 +4781,6 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" -[[package]] -name = "tempfile" -version = "3.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" -dependencies = [ - "fastrand", - "getrandom 0.3.3", - "once_cell", - "rustix", - "windows-sys 0.59.0", -] - [[package]] name = "termcolor" version = "1.4.1" @@ -5154,23 +4807,24 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] name = "thread_local" -version = "1.1.9" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" +checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" dependencies = [ "cfg-if", + "once_cell", ] [[package]] name = "time" -version = "0.3.41" +version = "0.3.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" +checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" dependencies = [ "deranged", "itoa", @@ -5185,15 +4839,15 @@ dependencies = [ [[package]] name = "time-core" -version = "0.1.4" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" +checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.22" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" +checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" dependencies = [ "num-conv", "time-core", @@ -5213,9 +4867,9 @@ dependencies = [ [[package]] name = "tinystr" -version = "0.8.1" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" +checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" dependencies = [ "displaydoc", "zerovec", @@ -5223,9 +4877,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.9.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" +checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8" dependencies = [ "tinyvec_macros", ] @@ -5238,9 +4892,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.45.1" +version = "1.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" +checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" dependencies = [ "backtrace", "bytes", @@ -5260,17 +4914,7 @@ checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.103", -] - -[[package]] -name = "tokio-native-tls" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" -dependencies = [ - "native-tls", - "tokio", + "syn 2.0.96", ] [[package]] @@ -5294,16 +4938,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "tokio-rustls" -version = "0.26.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" -dependencies = [ - "rustls 0.23.27", - "tokio", -] - [[package]] name = "tokio-stream" version = "0.1.17" @@ -5317,9 +4951,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.15" +version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" +checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" dependencies = [ "bytes", "futures-core", @@ -5331,45 +4965,49 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.23" +version = "0.8.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" +checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit", + "toml_edit 0.22.22", ] [[package]] name = "toml_datetime" -version = "0.6.11" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" +checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" dependencies = [ "serde", ] [[package]] name = "toml_edit" -version = "0.22.27" +version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" +checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" +dependencies = [ + "indexmap", + "toml_datetime", + "winnow 0.5.40", +] + +[[package]] +name = "toml_edit" +version = "0.22.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" dependencies = [ "indexmap", "serde", "serde_spanned", "toml_datetime", - "toml_write", - "winnow", + "winnow 0.6.24", ] -[[package]] -name = "toml_write" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" - [[package]] name = "tower" version = "0.4.13" @@ -5411,20 +5049,20 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.29" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b1ffbcf9c6f6b99d386e7444eb608ba646ae452a36b39737deb9663b610f662" +checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] name = "tracing-core" -version = "0.1.34" +version = "0.1.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" +checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" dependencies = [ "once_cell", "valuable", @@ -5514,9 +5152,9 @@ dependencies = [ [[package]] name = "typenum" -version = "1.18.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" +checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "uint" @@ -5530,18 +5168,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "uint" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "909988d098b2f738727b161a106cfc7cab00c539c2687a8836f8e565976fb53e" -dependencies = [ - "byteorder", - "crunchy", - "hex", - "static_assertions", -] - [[package]] name = "unicase" version = "2.8.1" @@ -5550,9 +5176,9 @@ checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" [[package]] name = "unicode-ident" -version = "1.0.18" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" +checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" [[package]] name = "unicode-normalization" @@ -5565,9 +5191,9 @@ dependencies = [ [[package]] name = "unicode-width" -version = "0.2.1" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" +checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" [[package]] name = "unicode-xid" @@ -5602,6 +5228,12 @@ dependencies = [ "percent-encoding", ] +[[package]] +name = "utf16_iter" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" + [[package]] name = "utf8_iter" version = "1.0.4" @@ -5610,15 +5242,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[package]] name = "valuable" -version = "0.1.1" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" - -[[package]] -name = "vcpkg" -version = "0.2.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" +checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" [[package]] name = "version_check" @@ -5628,23 +5254,25 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "w3f-bls" -version = "0.1.9" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6bfb937b3d12077654a9e43e32a4e9c20177dd9fea0f3aba673e7840bb54f32" +checksum = "70a3028804c8bbae2a97a15b71ffc0e308c4b01a520994aafa77d56e94e19024" dependencies = [ "ark-bls12-377", "ark-bls12-381", - "ark-ec", - "ark-ff", - "ark-serialize", - "ark-serialize-derive", + "ark-ec 0.4.2", + "ark-ff 0.4.2", + "ark-serialize 0.4.2", + "ark-serialize-derive 0.4.2", "arrayref", + "constcat", "digest 0.10.7", "rand", "rand_chacha", - "rand_core", - "sha2 0.10.9", + "rand_core 0.6.4", + "sha2 0.10.8", "sha3", + "thiserror", "zeroize", ] @@ -5669,89 +5297,9 @@ dependencies = [ [[package]] name = "wasi" -version = "0.11.1+wasi-snapshot-preview1" +version = "0.11.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" - -[[package]] -name = "wasi" -version = "0.14.2+wasi-0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" -dependencies = [ - "wit-bindgen-rt", -] - -[[package]] -name = "wasm-bindgen" -version = "0.2.100" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" -dependencies = [ - "cfg-if", - "once_cell", - "rustversion", - "wasm-bindgen-macro", -] - -[[package]] -name = "wasm-bindgen-backend" -version = "0.2.100" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" -dependencies = [ - "bumpalo", - "log", - "proc-macro2", - "quote", - "syn 2.0.103", - "wasm-bindgen-shared", -] - -[[package]] -name = "wasm-bindgen-futures" -version = "0.4.50" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" -dependencies = [ - "cfg-if", - "js-sys", - "once_cell", - "wasm-bindgen", - "web-sys", -] - -[[package]] -name = "wasm-bindgen-macro" -version = "0.2.100" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" -dependencies = [ - "quote", - "wasm-bindgen-macro-support", -] - -[[package]] -name = "wasm-bindgen-macro-support" -version = "0.2.100" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.103", - "wasm-bindgen-backend", - "wasm-bindgen-shared", -] - -[[package]] -name = "wasm-bindgen-shared" -version = "0.2.100" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" -dependencies = [ - "unicode-ident", -] +checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasmi" @@ -5793,34 +5341,6 @@ dependencies = [ "indexmap-nostd", ] -[[package]] -name = "web-sys" -version = "0.3.77" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" -dependencies = [ - "js-sys", - "wasm-bindgen", -] - -[[package]] -name = "webpki-roots" -version = "0.26.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" -dependencies = [ - "webpki-roots 1.0.0", -] - -[[package]] -name = "webpki-roots" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb" -dependencies = [ - "rustls-pki-types", -] - [[package]] name = "winapi" version = "0.3.9" @@ -5852,22 +5372,13 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" -[[package]] -name = "windows-sys" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" -dependencies = [ - "windows-targets 0.48.5", -] - [[package]] name = "windows-sys" version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" dependencies = [ - "windows-targets 0.52.6", + "windows-targets", ] [[package]] @@ -5876,22 +5387,7 @@ version = "0.59.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" dependencies = [ - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-targets" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" -dependencies = [ - "windows_aarch64_gnullvm 0.48.5", - "windows_aarch64_msvc 0.48.5", - "windows_i686_gnu 0.48.5", - "windows_i686_msvc 0.48.5", - "windows_x86_64_gnu 0.48.5", - "windows_x86_64_gnullvm 0.48.5", - "windows_x86_64_msvc 0.48.5", + "windows-targets", ] [[package]] @@ -5900,46 +5396,28 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" dependencies = [ - "windows_aarch64_gnullvm 0.52.6", - "windows_aarch64_msvc 0.52.6", - "windows_i686_gnu 0.52.6", + "windows_aarch64_gnullvm", + "windows_aarch64_msvc", + "windows_i686_gnu", "windows_i686_gnullvm", - "windows_i686_msvc 0.52.6", - "windows_x86_64_gnu 0.52.6", - "windows_x86_64_gnullvm 0.52.6", - "windows_x86_64_msvc 0.52.6", + "windows_i686_msvc", + "windows_x86_64_gnu", + "windows_x86_64_gnullvm", + "windows_x86_64_msvc", ] -[[package]] -name = "windows_aarch64_gnullvm" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" - [[package]] name = "windows_aarch64_gnullvm" version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" -[[package]] -name = "windows_aarch64_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" - [[package]] name = "windows_aarch64_msvc" version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" -[[package]] -name = "windows_i686_gnu" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" - [[package]] name = "windows_i686_gnu" version = "0.52.6" @@ -5952,48 +5430,24 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" -[[package]] -name = "windows_i686_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" - [[package]] name = "windows_i686_msvc" version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" -[[package]] -name = "windows_x86_64_gnu" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" - [[package]] name = "windows_x86_64_gnu" version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" -[[package]] -name = "windows_x86_64_gnullvm" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" - [[package]] name = "windows_x86_64_gnullvm" version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" -[[package]] -name = "windows_x86_64_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" - [[package]] name = "windows_x86_64_msvc" version = "0.52.6" @@ -6002,37 +5456,33 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winnow" -version = "0.7.11" +version = "0.5.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd" +checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" dependencies = [ "memchr", ] [[package]] -name = "winreg" -version = "0.50.0" +name = "winnow" +version = "0.6.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" +checksum = "c8d71a593cc5c42ad7876e2c1fda56f314f3754c084128833e64f1345ff8a03a" dependencies = [ - "cfg-if", - "windows-sys 0.48.0", + "memchr", ] [[package]] -name = "wit-bindgen-rt" -version = "0.39.0" +name = "write16" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" -dependencies = [ - "bitflags 2.9.1", -] +checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" [[package]] name = "writeable" -version = "0.6.1" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" +checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" [[package]] name = "wyz" @@ -6049,8 +5499,8 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" dependencies = [ - "curve25519-dalek", - "rand_core", + "curve25519-dalek 4.1.3", + "rand_core 0.6.4", "serde", "zeroize", ] @@ -6063,9 +5513,9 @@ checksum = "ff4524214bc4629eba08d78ceb1d6507070cc0bcbbed23af74e19e6e924a24cf" [[package]] name = "yoke" -version = "0.8.0" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" +checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" dependencies = [ "serde", "stable_deref_trait", @@ -6075,54 +5525,55 @@ dependencies = [ [[package]] name = "yoke-derive" -version = "0.8.0" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" +checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" dependencies = [ "proc-macro2", "quote", - "syn 2.0.103", + "syn 2.0.96", "synstructure", ] [[package]] name = "zerocopy" -version = "0.8.25" +version = "0.7.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb" +checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" dependencies = [ + "byteorder", "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.25" +version = "0.7.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef" +checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.103", + "syn 2.0.96", ] [[package]] name = "zerofrom" -version = "0.1.6" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" +checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" dependencies = [ "zerofrom-derive", ] [[package]] name = "zerofrom-derive" -version = "0.1.6" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" +checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" dependencies = [ "proc-macro2", "quote", - "syn 2.0.103", + "syn 2.0.96", "synstructure", ] @@ -6143,25 +5594,14 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.103", -] - -[[package]] -name = "zerotrie" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" -dependencies = [ - "displaydoc", - "yoke", - "zerofrom", + "syn 2.0.96", ] [[package]] name = "zerovec" -version = "0.11.2" +version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428" +checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" dependencies = [ "yoke", "zerofrom", @@ -6170,11 +5610,11 @@ dependencies = [ [[package]] name = "zerovec-derive" -version = "0.11.1" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" +checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.103", + "syn 2.0.96", ] diff --git a/g1bridge/Cargo.toml b/g1bridge/Cargo.toml index ecb5d8d..9a18e23 100644 --- a/g1bridge/Cargo.toml +++ b/g1bridge/Cargo.toml @@ -6,16 +6,13 @@ edition = "2024" [dependencies] argp = "0.4.0" codec = { package = "parity-scale-codec", version = "3.6.12" } -hex = "0.4.3" log = "0.4.27" -reqwest = { version = "0.11.27", features = ["json"] } scrypt = { version = "0.11.0", default-features = false } serde = { version = "1.0.219", features = ["derive"] } -serde_json = "1.0.140" simplelog = "0.12.2" -sp-core = { git = "https://github.com/duniter/duniter-polkadot-sdk.git", branch = "duniter-substrate-v1.14.0" } -sp-runtime = { git = "https://github.com/duniter/duniter-polkadot-sdk.git", branch = "duniter-substrate-v1.14.0" } -subxt = { git = 'https://github.com/duniter/subxt', branch = 'subxt-v0.37.0-duniter-substrate-v1.14.0', default-features = false, features = [ +sp-core = { git = "https://github.com/duniter/duniter-polkadot-sdk.git", branch = "duniter-substrate-v1.11.0" } +sp-runtime = { git = "https://github.com/duniter/duniter-polkadot-sdk.git", branch = "duniter-substrate-v1.11.0" } +subxt = { git = 'https://github.com/duniter/subxt', branch = 'subxt-v0.35.3-duniter-substrate-v1.11.0', default-features = false, features = [ "substrate-compat", "native", "jsonrpsee", @@ -24,10 +21,5 @@ tiny_http = "0.12.0" tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] } typed-sled = "0.2.3" -# some dependency forgot to specify revision of another git dep... -[patch.'https://github.com/w3f/fflonk'] -# https://github.com/rust-lang/cargo/issues/5478 -fflonk = { git = "https://github.com//w3f/fflonk.git", rev = "1e854f35e9a65d08b11a86291405cdc95baa0a35" } - [profile.release] lto = "fat" diff --git a/g1bridge/res/indexer-queries.graphql b/g1bridge/res/indexer-queries.graphql deleted file mode 100644 index 02213c8..0000000 --- a/g1bridge/res/indexer-queries.graphql +++ /dev/null @@ -1,12 +0,0 @@ -query ReceivedTransactions($address: String!, $block: Int!) { - tx: transfer(where: { blockNumber: { _gt: 1 }, to: { id: { _eq: "" } } }) { - amount - comment { - remark - } - } - b: block(limit: 1, orderBy: { height: DESC }) { - height - hash - } -} diff --git a/g1bridge/res/indexer-schema.graphql b/g1bridge/res/indexer-schema.graphql deleted file mode 100644 index 0815a6a..0000000 --- a/g1bridge/res/indexer-schema.graphql +++ /dev/null @@ -1,9017 +0,0 @@ -schema { - query: query_root - subscription: subscription_root -} - -""" -whether this query should be cached (Hasura Cloud only) -""" -directive @cached( - """ - measured in seconds - """ - ttl: Int! = 60 - - """ - refresh the cache entry - """ - refresh: Boolean! = false -) on QUERY - -""" -columns and relationships of "account" -""" -type Account { - id: String! - - """ - An object relationship - """ - identity: Identity - - """ - An object relationship - """ - linkedIdentity: Identity - linkedIdentityId: String - - """ - An array relationship - """ - transfersIssued( - """ - distinct select on columns - """ - distinctOn: [TransferSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [TransferOrderBy!] - - """ - filter the rows returned - """ - where: TransferBoolExp - ): [Transfer!]! - - """ - An aggregate relationship - """ - transfersIssuedAggregate( - """ - distinct select on columns - """ - distinctOn: [TransferSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [TransferOrderBy!] - - """ - filter the rows returned - """ - where: TransferBoolExp - ): TransferAggregate! - - """ - An array relationship - """ - transfersReceived( - """ - distinct select on columns - """ - distinctOn: [TransferSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [TransferOrderBy!] - - """ - filter the rows returned - """ - where: TransferBoolExp - ): [Transfer!]! - - """ - An aggregate relationship - """ - transfersReceivedAggregate( - """ - distinct select on columns - """ - distinctOn: [TransferSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [TransferOrderBy!] - - """ - filter the rows returned - """ - where: TransferBoolExp - ): TransferAggregate! - - """ - An array relationship - """ - wasIdentity( - """ - distinct select on columns - """ - distinctOn: [ChangeOwnerKeySelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [ChangeOwnerKeyOrderBy!] - - """ - filter the rows returned - """ - where: ChangeOwnerKeyBoolExp - ): [ChangeOwnerKey!]! - - """ - An aggregate relationship - """ - wasIdentityAggregate( - """ - distinct select on columns - """ - distinctOn: [ChangeOwnerKeySelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [ChangeOwnerKeyOrderBy!] - - """ - filter the rows returned - """ - where: ChangeOwnerKeyBoolExp - ): ChangeOwnerKeyAggregate! -} - -""" -aggregated selection of "account" -""" -type AccountAggregate { - aggregate: AccountAggregateFields - nodes: [Account!]! -} - -input AccountAggregateBoolExp { - count: accountAggregateBoolExpCount -} - -""" -aggregate fields of "account" -""" -type AccountAggregateFields { - count(columns: [AccountSelectColumn!], distinct: Boolean): Int! - max: AccountMaxFields - min: AccountMinFields -} - -""" -order by aggregate values of table "account" -""" -input AccountAggregateOrderBy { - count: OrderBy - max: AccountMaxOrderBy - min: AccountMinOrderBy -} - -""" -Boolean expression to filter rows from the table "account". All fields are combined with a logical 'AND'. -""" -input AccountBoolExp { - _and: [AccountBoolExp!] - _not: AccountBoolExp - _or: [AccountBoolExp!] - id: StringComparisonExp - identity: IdentityBoolExp - linkedIdentity: IdentityBoolExp - linkedIdentityId: StringComparisonExp - transfersIssued: TransferBoolExp - transfersIssuedAggregate: TransferAggregateBoolExp - transfersReceived: TransferBoolExp - transfersReceivedAggregate: TransferAggregateBoolExp - wasIdentity: ChangeOwnerKeyBoolExp - wasIdentityAggregate: ChangeOwnerKeyAggregateBoolExp -} - -""" -aggregate max on columns -""" -type AccountMaxFields { - id: String - linkedIdentityId: String -} - -""" -order by max() on columns of table "account" -""" -input AccountMaxOrderBy { - id: OrderBy - linkedIdentityId: OrderBy -} - -""" -aggregate min on columns -""" -type AccountMinFields { - id: String - linkedIdentityId: String -} - -""" -order by min() on columns of table "account" -""" -input AccountMinOrderBy { - id: OrderBy - linkedIdentityId: OrderBy -} - -""" -Ordering options when selecting data from "account". -""" -input AccountOrderBy { - id: OrderBy - identity: IdentityOrderBy - linkedIdentity: IdentityOrderBy - linkedIdentityId: OrderBy - transfersIssuedAggregate: TransferAggregateOrderBy - transfersReceivedAggregate: TransferAggregateOrderBy - wasIdentityAggregate: ChangeOwnerKeyAggregateOrderBy -} - -""" -select columns of table "account" -""" -enum AccountSelectColumn { - """ - column name - """ - id - - """ - column name - """ - linkedIdentityId -} - -""" -Streaming cursor of the table "account" -""" -input AccountStreamCursorInput { - """ - Stream column input with initial value - """ - initialValue: AccountStreamCursorValueInput! - - """ - cursor ordering - """ - ordering: CursorOrdering -} - -""" -Initial value of the column from where the streaming should start -""" -input AccountStreamCursorValueInput { - id: String - linkedIdentityId: String -} - -""" -columns and relationships of "block" -""" -type Block { - """ - An array relationship - """ - calls( - """ - distinct select on columns - """ - distinctOn: [CallSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [CallOrderBy!] - - """ - filter the rows returned - """ - where: CallBoolExp - ): [Call!]! - - """ - An aggregate relationship - """ - callsAggregate( - """ - distinct select on columns - """ - distinctOn: [CallSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [CallOrderBy!] - - """ - filter the rows returned - """ - where: CallBoolExp - ): CallAggregate! - callsCount: Int! - - """ - An array relationship - """ - events( - """ - distinct select on columns - """ - distinctOn: [EventSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [EventOrderBy!] - - """ - filter the rows returned - """ - where: EventBoolExp - ): [Event!]! - - """ - An aggregate relationship - """ - eventsAggregate( - """ - distinct select on columns - """ - distinctOn: [EventSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [EventOrderBy!] - - """ - filter the rows returned - """ - where: EventBoolExp - ): EventAggregate! - eventsCount: Int! - - """ - An array relationship - """ - extrinsics( - """ - distinct select on columns - """ - distinctOn: [ExtrinsicSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [ExtrinsicOrderBy!] - - """ - filter the rows returned - """ - where: ExtrinsicBoolExp - ): [Extrinsic!]! - - """ - An aggregate relationship - """ - extrinsicsAggregate( - """ - distinct select on columns - """ - distinctOn: [ExtrinsicSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [ExtrinsicOrderBy!] - - """ - filter the rows returned - """ - where: ExtrinsicBoolExp - ): ExtrinsicAggregate! - extrinsicsCount: Int! - extrinsicsicRoot: bytea! - hash: bytea! - height: Int! - id: String! - implName: String! - implVersion: Int! - parentHash: bytea! - specName: String! - specVersion: Int! - stateRoot: bytea! - timestamp: timestamptz! - validator: bytea -} - -""" -aggregated selection of "block" -""" -type BlockAggregate { - aggregate: BlockAggregateFields - nodes: [Block!]! -} - -""" -aggregate fields of "block" -""" -type BlockAggregateFields { - avg: BlockAvgFields - count(columns: [BlockSelectColumn!], distinct: Boolean): Int! - max: BlockMaxFields - min: BlockMinFields - stddev: BlockStddevFields - stddevPop: BlockStddevPopFields - stddevSamp: BlockStddevSampFields - sum: BlockSumFields - varPop: BlockVarPopFields - varSamp: BlockVarSampFields - variance: BlockVarianceFields -} - -""" -aggregate avg on columns -""" -type BlockAvgFields { - callsCount: Float - eventsCount: Float - extrinsicsCount: Float - height: Float - implVersion: Float - specVersion: Float -} - -""" -Boolean expression to filter rows from the table "block". All fields are combined with a logical 'AND'. -""" -input BlockBoolExp { - _and: [BlockBoolExp!] - _not: BlockBoolExp - _or: [BlockBoolExp!] - calls: CallBoolExp - callsAggregate: CallAggregateBoolExp - callsCount: IntComparisonExp - events: EventBoolExp - eventsAggregate: EventAggregateBoolExp - eventsCount: IntComparisonExp - extrinsics: ExtrinsicBoolExp - extrinsicsAggregate: ExtrinsicAggregateBoolExp - extrinsicsCount: IntComparisonExp - extrinsicsicRoot: ByteaComparisonExp - hash: ByteaComparisonExp - height: IntComparisonExp - id: StringComparisonExp - implName: StringComparisonExp - implVersion: IntComparisonExp - parentHash: ByteaComparisonExp - specName: StringComparisonExp - specVersion: IntComparisonExp - stateRoot: ByteaComparisonExp - timestamp: TimestamptzComparisonExp - validator: ByteaComparisonExp -} - -""" -aggregate max on columns -""" -type BlockMaxFields { - callsCount: Int - eventsCount: Int - extrinsicsCount: Int - height: Int - id: String - implName: String - implVersion: Int - specName: String - specVersion: Int - timestamp: timestamptz -} - -""" -aggregate min on columns -""" -type BlockMinFields { - callsCount: Int - eventsCount: Int - extrinsicsCount: Int - height: Int - id: String - implName: String - implVersion: Int - specName: String - specVersion: Int - timestamp: timestamptz -} - -""" -Ordering options when selecting data from "block". -""" -input BlockOrderBy { - callsAggregate: CallAggregateOrderBy - callsCount: OrderBy - eventsAggregate: EventAggregateOrderBy - eventsCount: OrderBy - extrinsicsAggregate: ExtrinsicAggregateOrderBy - extrinsicsCount: OrderBy - extrinsicsicRoot: OrderBy - hash: OrderBy - height: OrderBy - id: OrderBy - implName: OrderBy - implVersion: OrderBy - parentHash: OrderBy - specName: OrderBy - specVersion: OrderBy - stateRoot: OrderBy - timestamp: OrderBy - validator: OrderBy -} - -""" -select columns of table "block" -""" -enum BlockSelectColumn { - """ - column name - """ - callsCount - - """ - column name - """ - eventsCount - - """ - column name - """ - extrinsicsCount - - """ - column name - """ - extrinsicsicRoot - - """ - column name - """ - hash - - """ - column name - """ - height - - """ - column name - """ - id - - """ - column name - """ - implName - - """ - column name - """ - implVersion - - """ - column name - """ - parentHash - - """ - column name - """ - specName - - """ - column name - """ - specVersion - - """ - column name - """ - stateRoot - - """ - column name - """ - timestamp - - """ - column name - """ - validator -} - -""" -aggregate stddev on columns -""" -type BlockStddevFields { - callsCount: Float - eventsCount: Float - extrinsicsCount: Float - height: Float - implVersion: Float - specVersion: Float -} - -""" -aggregate stddevPop on columns -""" -type BlockStddevPopFields { - callsCount: Float - eventsCount: Float - extrinsicsCount: Float - height: Float - implVersion: Float - specVersion: Float -} - -""" -aggregate stddevSamp on columns -""" -type BlockStddevSampFields { - callsCount: Float - eventsCount: Float - extrinsicsCount: Float - height: Float - implVersion: Float - specVersion: Float -} - -""" -Streaming cursor of the table "block" -""" -input BlockStreamCursorInput { - """ - Stream column input with initial value - """ - initialValue: BlockStreamCursorValueInput! - - """ - cursor ordering - """ - ordering: CursorOrdering -} - -""" -Initial value of the column from where the streaming should start -""" -input BlockStreamCursorValueInput { - callsCount: Int - eventsCount: Int - extrinsicsCount: Int - extrinsicsicRoot: bytea - hash: bytea - height: Int - id: String - implName: String - implVersion: Int - parentHash: bytea - specName: String - specVersion: Int - stateRoot: bytea - timestamp: timestamptz - validator: bytea -} - -""" -aggregate sum on columns -""" -type BlockSumFields { - callsCount: Int - eventsCount: Int - extrinsicsCount: Int - height: Int - implVersion: Int - specVersion: Int -} - -""" -aggregate varPop on columns -""" -type BlockVarPopFields { - callsCount: Float - eventsCount: Float - extrinsicsCount: Float - height: Float - implVersion: Float - specVersion: Float -} - -""" -aggregate varSamp on columns -""" -type BlockVarSampFields { - callsCount: Float - eventsCount: Float - extrinsicsCount: Float - height: Float - implVersion: Float - specVersion: Float -} - -""" -aggregate variance on columns -""" -type BlockVarianceFields { - callsCount: Float - eventsCount: Float - extrinsicsCount: Float - height: Float - implVersion: Float - specVersion: Float -} - -""" -Boolean expression to compare columns of type "Boolean". All fields are combined with logical 'AND'. -""" -input BooleanComparisonExp { - _eq: Boolean - _gt: Boolean - _gte: Boolean - _in: [Boolean!] - _isNull: Boolean - _lt: Boolean - _lte: Boolean - _neq: Boolean - _nin: [Boolean!] -} - -""" -Boolean expression to compare columns of type "bytea". All fields are combined with logical 'AND'. -""" -input ByteaComparisonExp { - _eq: bytea - _gt: bytea - _gte: bytea - _in: [bytea!] - _isNull: Boolean - _lt: bytea - _lte: bytea - _neq: bytea - _nin: [bytea!] -} - -""" -columns and relationships of "call" -""" -type Call { - address: [Int!]! - args( - """ - JSON select path - """ - path: String - ): jsonb - argsStr: [String!] - - """ - An object relationship - """ - block: Block - blockId: String - error( - """ - JSON select path - """ - path: String - ): jsonb - - """ - An array relationship - """ - events( - """ - distinct select on columns - """ - distinctOn: [EventSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [EventOrderBy!] - - """ - filter the rows returned - """ - where: EventBoolExp - ): [Event!]! - - """ - An aggregate relationship - """ - eventsAggregate( - """ - distinct select on columns - """ - distinctOn: [EventSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [EventOrderBy!] - - """ - filter the rows returned - """ - where: EventBoolExp - ): EventAggregate! - - """ - An object relationship - """ - extrinsic: Extrinsic - extrinsicId: String - id: String! - name: String! - pallet: String! - - """ - An object relationship - """ - parent: Call - parentId: String - - """ - An array relationship - """ - subcalls( - """ - distinct select on columns - """ - distinctOn: [CallSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [CallOrderBy!] - - """ - filter the rows returned - """ - where: CallBoolExp - ): [Call!]! - - """ - An aggregate relationship - """ - subcallsAggregate( - """ - distinct select on columns - """ - distinctOn: [CallSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [CallOrderBy!] - - """ - filter the rows returned - """ - where: CallBoolExp - ): CallAggregate! - success: Boolean! -} - -""" -aggregated selection of "call" -""" -type CallAggregate { - aggregate: CallAggregateFields - nodes: [Call!]! -} - -input CallAggregateBoolExp { - bool_and: callAggregateBoolExpBool_and - bool_or: callAggregateBoolExpBool_or - count: callAggregateBoolExpCount -} - -""" -aggregate fields of "call" -""" -type CallAggregateFields { - count(columns: [CallSelectColumn!], distinct: Boolean): Int! - max: CallMaxFields - min: CallMinFields -} - -""" -order by aggregate values of table "call" -""" -input CallAggregateOrderBy { - count: OrderBy - max: CallMaxOrderBy - min: CallMinOrderBy -} - -""" -Boolean expression to filter rows from the table "call". All fields are combined with a logical 'AND'. -""" -input CallBoolExp { - _and: [CallBoolExp!] - _not: CallBoolExp - _or: [CallBoolExp!] - address: IntArrayComparisonExp - args: JsonbComparisonExp - argsStr: StringArrayComparisonExp - block: BlockBoolExp - blockId: StringComparisonExp - error: JsonbComparisonExp - events: EventBoolExp - eventsAggregate: EventAggregateBoolExp - extrinsic: ExtrinsicBoolExp - extrinsicId: StringComparisonExp - id: StringComparisonExp - name: StringComparisonExp - pallet: StringComparisonExp - parent: CallBoolExp - parentId: StringComparisonExp - subcalls: CallBoolExp - subcallsAggregate: CallAggregateBoolExp - success: BooleanComparisonExp -} - -""" -aggregate max on columns -""" -type CallMaxFields { - address: [Int!] - argsStr: [String!] - blockId: String - extrinsicId: String - id: String - name: String - pallet: String - parentId: String -} - -""" -order by max() on columns of table "call" -""" -input CallMaxOrderBy { - address: OrderBy - argsStr: OrderBy - blockId: OrderBy - extrinsicId: OrderBy - id: OrderBy - name: OrderBy - pallet: OrderBy - parentId: OrderBy -} - -""" -aggregate min on columns -""" -type CallMinFields { - address: [Int!] - argsStr: [String!] - blockId: String - extrinsicId: String - id: String - name: String - pallet: String - parentId: String -} - -""" -order by min() on columns of table "call" -""" -input CallMinOrderBy { - address: OrderBy - argsStr: OrderBy - blockId: OrderBy - extrinsicId: OrderBy - id: OrderBy - name: OrderBy - pallet: OrderBy - parentId: OrderBy -} - -""" -Ordering options when selecting data from "call". -""" -input CallOrderBy { - address: OrderBy - args: OrderBy - argsStr: OrderBy - block: BlockOrderBy - blockId: OrderBy - error: OrderBy - eventsAggregate: EventAggregateOrderBy - extrinsic: ExtrinsicOrderBy - extrinsicId: OrderBy - id: OrderBy - name: OrderBy - pallet: OrderBy - parent: CallOrderBy - parentId: OrderBy - subcallsAggregate: CallAggregateOrderBy - success: OrderBy -} - -""" -select columns of table "call" -""" -enum CallSelectColumn { - """ - column name - """ - address - - """ - column name - """ - args - - """ - column name - """ - argsStr - - """ - column name - """ - blockId - - """ - column name - """ - error - - """ - column name - """ - extrinsicId - - """ - column name - """ - id - - """ - column name - """ - name - - """ - column name - """ - pallet - - """ - column name - """ - parentId - - """ - column name - """ - success -} - -""" -select "callAggregateBoolExpBool_andArgumentsColumns" columns of table "call" -""" -enum CallSelectColumnCallAggregateBoolExpBool_andArgumentsColumns { - """ - column name - """ - success -} - -""" -select "callAggregateBoolExpBool_orArgumentsColumns" columns of table "call" -""" -enum CallSelectColumnCallAggregateBoolExpBool_orArgumentsColumns { - """ - column name - """ - success -} - -""" -Streaming cursor of the table "call" -""" -input CallStreamCursorInput { - """ - Stream column input with initial value - """ - initialValue: CallStreamCursorValueInput! - - """ - cursor ordering - """ - ordering: CursorOrdering -} - -""" -Initial value of the column from where the streaming should start -""" -input CallStreamCursorValueInput { - address: [Int!] - args: jsonb - argsStr: [String!] - blockId: String - error: jsonb - extrinsicId: String - id: String - name: String - pallet: String - parentId: String - success: Boolean -} - -""" -columns and relationships of "cert" -""" -type Cert { - """ - An array relationship - """ - certHistory( - """ - distinct select on columns - """ - distinctOn: [CertEventSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [CertEventOrderBy!] - - """ - filter the rows returned - """ - where: CertEventBoolExp - ): [CertEvent!]! - - """ - An aggregate relationship - """ - certHistoryAggregate( - """ - distinct select on columns - """ - distinctOn: [CertEventSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [CertEventOrderBy!] - - """ - filter the rows returned - """ - where: CertEventBoolExp - ): CertEventAggregate! - createdOn: Int! - expireOn: Int! - id: String! - isActive: Boolean! - - """ - An object relationship - """ - issuer: Identity - issuerId: String - - """ - An object relationship - """ - receiver: Identity - receiverId: String -} - -""" -aggregated selection of "cert" -""" -type CertAggregate { - aggregate: CertAggregateFields - nodes: [Cert!]! -} - -input CertAggregateBoolExp { - bool_and: certAggregateBoolExpBool_and - bool_or: certAggregateBoolExpBool_or - count: certAggregateBoolExpCount -} - -""" -aggregate fields of "cert" -""" -type CertAggregateFields { - avg: CertAvgFields - count(columns: [CertSelectColumn!], distinct: Boolean): Int! - max: CertMaxFields - min: CertMinFields - stddev: CertStddevFields - stddevPop: CertStddevPopFields - stddevSamp: CertStddevSampFields - sum: CertSumFields - varPop: CertVarPopFields - varSamp: CertVarSampFields - variance: CertVarianceFields -} - -""" -order by aggregate values of table "cert" -""" -input CertAggregateOrderBy { - avg: CertAvgOrderBy - count: OrderBy - max: CertMaxOrderBy - min: CertMinOrderBy - stddev: CertStddevOrderBy - stddevPop: CertStddevPopOrderBy - stddevSamp: CertStddevSampOrderBy - sum: CertSumOrderBy - varPop: CertVarPopOrderBy - varSamp: CertVarSampOrderBy - variance: CertVarianceOrderBy -} - -""" -aggregate avg on columns -""" -type CertAvgFields { - createdOn: Float - expireOn: Float -} - -""" -order by avg() on columns of table "cert" -""" -input CertAvgOrderBy { - createdOn: OrderBy - expireOn: OrderBy -} - -""" -Boolean expression to filter rows from the table "cert". All fields are combined with a logical 'AND'. -""" -input CertBoolExp { - _and: [CertBoolExp!] - _not: CertBoolExp - _or: [CertBoolExp!] - certHistory: CertEventBoolExp - certHistoryAggregate: CertEventAggregateBoolExp - createdOn: IntComparisonExp - expireOn: IntComparisonExp - id: StringComparisonExp - isActive: BooleanComparisonExp - issuer: IdentityBoolExp - issuerId: StringComparisonExp - receiver: IdentityBoolExp - receiverId: StringComparisonExp -} - -""" -columns and relationships of "cert_event" -""" -type CertEvent { - blockNumber: Int! - - """ - An object relationship - """ - cert: Cert - certId: String - - """ - An object relationship - """ - event: Event - eventId: String - eventType: EventTypeEnum - id: String! -} - -""" -aggregated selection of "cert_event" -""" -type CertEventAggregate { - aggregate: CertEventAggregateFields - nodes: [CertEvent!]! -} - -input CertEventAggregateBoolExp { - count: certEventAggregateBoolExpCount -} - -""" -aggregate fields of "cert_event" -""" -type CertEventAggregateFields { - avg: CertEventAvgFields - count(columns: [CertEventSelectColumn!], distinct: Boolean): Int! - max: CertEventMaxFields - min: CertEventMinFields - stddev: CertEventStddevFields - stddevPop: CertEventStddevPopFields - stddevSamp: CertEventStddevSampFields - sum: CertEventSumFields - varPop: CertEventVarPopFields - varSamp: CertEventVarSampFields - variance: CertEventVarianceFields -} - -""" -order by aggregate values of table "cert_event" -""" -input CertEventAggregateOrderBy { - avg: CertEventAvgOrderBy - count: OrderBy - max: CertEventMaxOrderBy - min: CertEventMinOrderBy - stddev: CertEventStddevOrderBy - stddevPop: CertEventStddevPopOrderBy - stddevSamp: CertEventStddevSampOrderBy - sum: CertEventSumOrderBy - varPop: CertEventVarPopOrderBy - varSamp: CertEventVarSampOrderBy - variance: CertEventVarianceOrderBy -} - -""" -aggregate avg on columns -""" -type CertEventAvgFields { - blockNumber: Float -} - -""" -order by avg() on columns of table "cert_event" -""" -input CertEventAvgOrderBy { - blockNumber: OrderBy -} - -""" -Boolean expression to filter rows from the table "cert_event". All fields are combined with a logical 'AND'. -""" -input CertEventBoolExp { - _and: [CertEventBoolExp!] - _not: CertEventBoolExp - _or: [CertEventBoolExp!] - blockNumber: IntComparisonExp - cert: CertBoolExp - certId: StringComparisonExp - event: EventBoolExp - eventId: StringComparisonExp - eventType: EventTypeEnumComparisonExp - id: StringComparisonExp -} - -""" -aggregate max on columns -""" -type CertEventMaxFields { - blockNumber: Int - certId: String - eventId: String - id: String -} - -""" -order by max() on columns of table "cert_event" -""" -input CertEventMaxOrderBy { - blockNumber: OrderBy - certId: OrderBy - eventId: OrderBy - id: OrderBy -} - -""" -aggregate min on columns -""" -type CertEventMinFields { - blockNumber: Int - certId: String - eventId: String - id: String -} - -""" -order by min() on columns of table "cert_event" -""" -input CertEventMinOrderBy { - blockNumber: OrderBy - certId: OrderBy - eventId: OrderBy - id: OrderBy -} - -""" -Ordering options when selecting data from "cert_event". -""" -input CertEventOrderBy { - blockNumber: OrderBy - cert: CertOrderBy - certId: OrderBy - event: EventOrderBy - eventId: OrderBy - eventType: OrderBy - id: OrderBy -} - -""" -select columns of table "cert_event" -""" -enum CertEventSelectColumn { - """ - column name - """ - blockNumber - - """ - column name - """ - certId - - """ - column name - """ - eventId - - """ - column name - """ - eventType - - """ - column name - """ - id -} - -""" -aggregate stddev on columns -""" -type CertEventStddevFields { - blockNumber: Float -} - -""" -order by stddev() on columns of table "cert_event" -""" -input CertEventStddevOrderBy { - blockNumber: OrderBy -} - -""" -aggregate stddevPop on columns -""" -type CertEventStddevPopFields { - blockNumber: Float -} - -""" -order by stddevPop() on columns of table "cert_event" -""" -input CertEventStddevPopOrderBy { - blockNumber: OrderBy -} - -""" -aggregate stddevSamp on columns -""" -type CertEventStddevSampFields { - blockNumber: Float -} - -""" -order by stddevSamp() on columns of table "cert_event" -""" -input CertEventStddevSampOrderBy { - blockNumber: OrderBy -} - -""" -Streaming cursor of the table "cert_event" -""" -input CertEventStreamCursorInput { - """ - Stream column input with initial value - """ - initialValue: CertEventStreamCursorValueInput! - - """ - cursor ordering - """ - ordering: CursorOrdering -} - -""" -Initial value of the column from where the streaming should start -""" -input CertEventStreamCursorValueInput { - blockNumber: Int - certId: String - eventId: String - eventType: EventTypeEnum - id: String -} - -""" -aggregate sum on columns -""" -type CertEventSumFields { - blockNumber: Int -} - -""" -order by sum() on columns of table "cert_event" -""" -input CertEventSumOrderBy { - blockNumber: OrderBy -} - -""" -aggregate varPop on columns -""" -type CertEventVarPopFields { - blockNumber: Float -} - -""" -order by varPop() on columns of table "cert_event" -""" -input CertEventVarPopOrderBy { - blockNumber: OrderBy -} - -""" -aggregate varSamp on columns -""" -type CertEventVarSampFields { - blockNumber: Float -} - -""" -order by varSamp() on columns of table "cert_event" -""" -input CertEventVarSampOrderBy { - blockNumber: OrderBy -} - -""" -aggregate variance on columns -""" -type CertEventVarianceFields { - blockNumber: Float -} - -""" -order by variance() on columns of table "cert_event" -""" -input CertEventVarianceOrderBy { - blockNumber: OrderBy -} - -""" -aggregate max on columns -""" -type CertMaxFields { - createdOn: Int - expireOn: Int - id: String - issuerId: String - receiverId: String -} - -""" -order by max() on columns of table "cert" -""" -input CertMaxOrderBy { - createdOn: OrderBy - expireOn: OrderBy - id: OrderBy - issuerId: OrderBy - receiverId: OrderBy -} - -""" -aggregate min on columns -""" -type CertMinFields { - createdOn: Int - expireOn: Int - id: String - issuerId: String - receiverId: String -} - -""" -order by min() on columns of table "cert" -""" -input CertMinOrderBy { - createdOn: OrderBy - expireOn: OrderBy - id: OrderBy - issuerId: OrderBy - receiverId: OrderBy -} - -""" -Ordering options when selecting data from "cert". -""" -input CertOrderBy { - certHistoryAggregate: CertEventAggregateOrderBy - createdOn: OrderBy - expireOn: OrderBy - id: OrderBy - isActive: OrderBy - issuer: IdentityOrderBy - issuerId: OrderBy - receiver: IdentityOrderBy - receiverId: OrderBy -} - -""" -select columns of table "cert" -""" -enum CertSelectColumn { - """ - column name - """ - createdOn - - """ - column name - """ - expireOn - - """ - column name - """ - id - - """ - column name - """ - isActive - - """ - column name - """ - issuerId - - """ - column name - """ - receiverId -} - -""" -select "certAggregateBoolExpBool_andArgumentsColumns" columns of table "cert" -""" -enum CertSelectColumnCertAggregateBoolExpBool_andArgumentsColumns { - """ - column name - """ - isActive -} - -""" -select "certAggregateBoolExpBool_orArgumentsColumns" columns of table "cert" -""" -enum CertSelectColumnCertAggregateBoolExpBool_orArgumentsColumns { - """ - column name - """ - isActive -} - -""" -aggregate stddev on columns -""" -type CertStddevFields { - createdOn: Float - expireOn: Float -} - -""" -order by stddev() on columns of table "cert" -""" -input CertStddevOrderBy { - createdOn: OrderBy - expireOn: OrderBy -} - -""" -aggregate stddevPop on columns -""" -type CertStddevPopFields { - createdOn: Float - expireOn: Float -} - -""" -order by stddevPop() on columns of table "cert" -""" -input CertStddevPopOrderBy { - createdOn: OrderBy - expireOn: OrderBy -} - -""" -aggregate stddevSamp on columns -""" -type CertStddevSampFields { - createdOn: Float - expireOn: Float -} - -""" -order by stddevSamp() on columns of table "cert" -""" -input CertStddevSampOrderBy { - createdOn: OrderBy - expireOn: OrderBy -} - -""" -Streaming cursor of the table "cert" -""" -input CertStreamCursorInput { - """ - Stream column input with initial value - """ - initialValue: CertStreamCursorValueInput! - - """ - cursor ordering - """ - ordering: CursorOrdering -} - -""" -Initial value of the column from where the streaming should start -""" -input CertStreamCursorValueInput { - createdOn: Int - expireOn: Int - id: String - isActive: Boolean - issuerId: String - receiverId: String -} - -""" -aggregate sum on columns -""" -type CertSumFields { - createdOn: Int - expireOn: Int -} - -""" -order by sum() on columns of table "cert" -""" -input CertSumOrderBy { - createdOn: OrderBy - expireOn: OrderBy -} - -""" -aggregate varPop on columns -""" -type CertVarPopFields { - createdOn: Float - expireOn: Float -} - -""" -order by varPop() on columns of table "cert" -""" -input CertVarPopOrderBy { - createdOn: OrderBy - expireOn: OrderBy -} - -""" -aggregate varSamp on columns -""" -type CertVarSampFields { - createdOn: Float - expireOn: Float -} - -""" -order by varSamp() on columns of table "cert" -""" -input CertVarSampOrderBy { - createdOn: OrderBy - expireOn: OrderBy -} - -""" -aggregate variance on columns -""" -type CertVarianceFields { - createdOn: Float - expireOn: Float -} - -""" -order by variance() on columns of table "cert" -""" -input CertVarianceOrderBy { - createdOn: OrderBy - expireOn: OrderBy -} - -""" -columns and relationships of "change_owner_key" -""" -type ChangeOwnerKey { - blockNumber: Int! - id: String! - - """ - An object relationship - """ - identity: Identity - identityId: String - - """ - An object relationship - """ - next: Account - nextId: String - - """ - An object relationship - """ - previous: Account - previousId: String -} - -""" -aggregated selection of "change_owner_key" -""" -type ChangeOwnerKeyAggregate { - aggregate: ChangeOwnerKeyAggregateFields - nodes: [ChangeOwnerKey!]! -} - -input ChangeOwnerKeyAggregateBoolExp { - count: changeOwnerKeyAggregateBoolExpCount -} - -""" -aggregate fields of "change_owner_key" -""" -type ChangeOwnerKeyAggregateFields { - avg: ChangeOwnerKeyAvgFields - count(columns: [ChangeOwnerKeySelectColumn!], distinct: Boolean): Int! - max: ChangeOwnerKeyMaxFields - min: ChangeOwnerKeyMinFields - stddev: ChangeOwnerKeyStddevFields - stddevPop: ChangeOwnerKeyStddevPopFields - stddevSamp: ChangeOwnerKeyStddevSampFields - sum: ChangeOwnerKeySumFields - varPop: ChangeOwnerKeyVarPopFields - varSamp: ChangeOwnerKeyVarSampFields - variance: ChangeOwnerKeyVarianceFields -} - -""" -order by aggregate values of table "change_owner_key" -""" -input ChangeOwnerKeyAggregateOrderBy { - avg: ChangeOwnerKeyAvgOrderBy - count: OrderBy - max: ChangeOwnerKeyMaxOrderBy - min: ChangeOwnerKeyMinOrderBy - stddev: ChangeOwnerKeyStddevOrderBy - stddevPop: ChangeOwnerKeyStddevPopOrderBy - stddevSamp: ChangeOwnerKeyStddevSampOrderBy - sum: ChangeOwnerKeySumOrderBy - varPop: ChangeOwnerKeyVarPopOrderBy - varSamp: ChangeOwnerKeyVarSampOrderBy - variance: ChangeOwnerKeyVarianceOrderBy -} - -""" -aggregate avg on columns -""" -type ChangeOwnerKeyAvgFields { - blockNumber: Float -} - -""" -order by avg() on columns of table "change_owner_key" -""" -input ChangeOwnerKeyAvgOrderBy { - blockNumber: OrderBy -} - -""" -Boolean expression to filter rows from the table "change_owner_key". All fields are combined with a logical 'AND'. -""" -input ChangeOwnerKeyBoolExp { - _and: [ChangeOwnerKeyBoolExp!] - _not: ChangeOwnerKeyBoolExp - _or: [ChangeOwnerKeyBoolExp!] - blockNumber: IntComparisonExp - id: StringComparisonExp - identity: IdentityBoolExp - identityId: StringComparisonExp - next: AccountBoolExp - nextId: StringComparisonExp - previous: AccountBoolExp - previousId: StringComparisonExp -} - -""" -aggregate max on columns -""" -type ChangeOwnerKeyMaxFields { - blockNumber: Int - id: String - identityId: String - nextId: String - previousId: String -} - -""" -order by max() on columns of table "change_owner_key" -""" -input ChangeOwnerKeyMaxOrderBy { - blockNumber: OrderBy - id: OrderBy - identityId: OrderBy - nextId: OrderBy - previousId: OrderBy -} - -""" -aggregate min on columns -""" -type ChangeOwnerKeyMinFields { - blockNumber: Int - id: String - identityId: String - nextId: String - previousId: String -} - -""" -order by min() on columns of table "change_owner_key" -""" -input ChangeOwnerKeyMinOrderBy { - blockNumber: OrderBy - id: OrderBy - identityId: OrderBy - nextId: OrderBy - previousId: OrderBy -} - -""" -Ordering options when selecting data from "change_owner_key". -""" -input ChangeOwnerKeyOrderBy { - blockNumber: OrderBy - id: OrderBy - identity: IdentityOrderBy - identityId: OrderBy - next: AccountOrderBy - nextId: OrderBy - previous: AccountOrderBy - previousId: OrderBy -} - -""" -select columns of table "change_owner_key" -""" -enum ChangeOwnerKeySelectColumn { - """ - column name - """ - blockNumber - - """ - column name - """ - id - - """ - column name - """ - identityId - - """ - column name - """ - nextId - - """ - column name - """ - previousId -} - -""" -aggregate stddev on columns -""" -type ChangeOwnerKeyStddevFields { - blockNumber: Float -} - -""" -order by stddev() on columns of table "change_owner_key" -""" -input ChangeOwnerKeyStddevOrderBy { - blockNumber: OrderBy -} - -""" -aggregate stddevPop on columns -""" -type ChangeOwnerKeyStddevPopFields { - blockNumber: Float -} - -""" -order by stddevPop() on columns of table "change_owner_key" -""" -input ChangeOwnerKeyStddevPopOrderBy { - blockNumber: OrderBy -} - -""" -aggregate stddevSamp on columns -""" -type ChangeOwnerKeyStddevSampFields { - blockNumber: Float -} - -""" -order by stddevSamp() on columns of table "change_owner_key" -""" -input ChangeOwnerKeyStddevSampOrderBy { - blockNumber: OrderBy -} - -""" -Streaming cursor of the table "change_owner_key" -""" -input ChangeOwnerKeyStreamCursorInput { - """ - Stream column input with initial value - """ - initialValue: ChangeOwnerKeyStreamCursorValueInput! - - """ - cursor ordering - """ - ordering: CursorOrdering -} - -""" -Initial value of the column from where the streaming should start -""" -input ChangeOwnerKeyStreamCursorValueInput { - blockNumber: Int - id: String - identityId: String - nextId: String - previousId: String -} - -""" -aggregate sum on columns -""" -type ChangeOwnerKeySumFields { - blockNumber: Int -} - -""" -order by sum() on columns of table "change_owner_key" -""" -input ChangeOwnerKeySumOrderBy { - blockNumber: OrderBy -} - -""" -aggregate varPop on columns -""" -type ChangeOwnerKeyVarPopFields { - blockNumber: Float -} - -""" -order by varPop() on columns of table "change_owner_key" -""" -input ChangeOwnerKeyVarPopOrderBy { - blockNumber: OrderBy -} - -""" -aggregate varSamp on columns -""" -type ChangeOwnerKeyVarSampFields { - blockNumber: Float -} - -""" -order by varSamp() on columns of table "change_owner_key" -""" -input ChangeOwnerKeyVarSampOrderBy { - blockNumber: OrderBy -} - -""" -aggregate variance on columns -""" -type ChangeOwnerKeyVarianceFields { - blockNumber: Float -} - -""" -order by variance() on columns of table "change_owner_key" -""" -input ChangeOwnerKeyVarianceOrderBy { - blockNumber: OrderBy -} - -enum CounterLevelEnum { - GLOBAL - ITEM - PALLET -} - -""" -Boolean expression to compare columns of type "CounterLevelEnum". All fields are combined with logical 'AND'. -""" -input CounterLevelEnumComparisonExp { - _eq: CounterLevelEnum - _in: [CounterLevelEnum!] - _isNull: Boolean - _neq: CounterLevelEnum - _nin: [CounterLevelEnum!] -} - -""" -ordering argument of a cursor -""" -enum CursorOrdering { - """ - ascending ordering of the cursor - """ - ASC - - """ - descending ordering of the cursor - """ - DESC -} - -""" -columns and relationships of "event" -""" -type Event { - args( - """ - JSON select path - """ - path: String - ): jsonb - argsStr: [String!] - - """ - An object relationship - """ - block: Block - blockId: String - - """ - An object relationship - """ - call: Call - callId: String - - """ - An object relationship - """ - extrinsic: Extrinsic - extrinsicId: String - id: String! - index: Int! - name: String! - pallet: String! - phase: String! -} - -""" -aggregated selection of "event" -""" -type EventAggregate { - aggregate: EventAggregateFields - nodes: [Event!]! -} - -input EventAggregateBoolExp { - count: eventAggregateBoolExpCount -} - -""" -aggregate fields of "event" -""" -type EventAggregateFields { - avg: EventAvgFields - count(columns: [EventSelectColumn!], distinct: Boolean): Int! - max: EventMaxFields - min: EventMinFields - stddev: EventStddevFields - stddevPop: EventStddevPopFields - stddevSamp: EventStddevSampFields - sum: EventSumFields - varPop: EventVarPopFields - varSamp: EventVarSampFields - variance: EventVarianceFields -} - -""" -order by aggregate values of table "event" -""" -input EventAggregateOrderBy { - avg: EventAvgOrderBy - count: OrderBy - max: EventMaxOrderBy - min: EventMinOrderBy - stddev: EventStddevOrderBy - stddevPop: EventStddevPopOrderBy - stddevSamp: EventStddevSampOrderBy - sum: EventSumOrderBy - varPop: EventVarPopOrderBy - varSamp: EventVarSampOrderBy - variance: EventVarianceOrderBy -} - -""" -aggregate avg on columns -""" -type EventAvgFields { - index: Float -} - -""" -order by avg() on columns of table "event" -""" -input EventAvgOrderBy { - index: OrderBy -} - -""" -Boolean expression to filter rows from the table "event". All fields are combined with a logical 'AND'. -""" -input EventBoolExp { - _and: [EventBoolExp!] - _not: EventBoolExp - _or: [EventBoolExp!] - args: JsonbComparisonExp - argsStr: StringArrayComparisonExp - block: BlockBoolExp - blockId: StringComparisonExp - call: CallBoolExp - callId: StringComparisonExp - extrinsic: ExtrinsicBoolExp - extrinsicId: StringComparisonExp - id: StringComparisonExp - index: IntComparisonExp - name: StringComparisonExp - pallet: StringComparisonExp - phase: StringComparisonExp -} - -""" -aggregate max on columns -""" -type EventMaxFields { - argsStr: [String!] - blockId: String - callId: String - extrinsicId: String - id: String - index: Int - name: String - pallet: String - phase: String -} - -""" -order by max() on columns of table "event" -""" -input EventMaxOrderBy { - argsStr: OrderBy - blockId: OrderBy - callId: OrderBy - extrinsicId: OrderBy - id: OrderBy - index: OrderBy - name: OrderBy - pallet: OrderBy - phase: OrderBy -} - -""" -aggregate min on columns -""" -type EventMinFields { - argsStr: [String!] - blockId: String - callId: String - extrinsicId: String - id: String - index: Int - name: String - pallet: String - phase: String -} - -""" -order by min() on columns of table "event" -""" -input EventMinOrderBy { - argsStr: OrderBy - blockId: OrderBy - callId: OrderBy - extrinsicId: OrderBy - id: OrderBy - index: OrderBy - name: OrderBy - pallet: OrderBy - phase: OrderBy -} - -""" -Ordering options when selecting data from "event". -""" -input EventOrderBy { - args: OrderBy - argsStr: OrderBy - block: BlockOrderBy - blockId: OrderBy - call: CallOrderBy - callId: OrderBy - extrinsic: ExtrinsicOrderBy - extrinsicId: OrderBy - id: OrderBy - index: OrderBy - name: OrderBy - pallet: OrderBy - phase: OrderBy -} - -""" -select columns of table "event" -""" -enum EventSelectColumn { - """ - column name - """ - args - - """ - column name - """ - argsStr - - """ - column name - """ - blockId - - """ - column name - """ - callId - - """ - column name - """ - extrinsicId - - """ - column name - """ - id - - """ - column name - """ - index - - """ - column name - """ - name - - """ - column name - """ - pallet - - """ - column name - """ - phase -} - -""" -aggregate stddev on columns -""" -type EventStddevFields { - index: Float -} - -""" -order by stddev() on columns of table "event" -""" -input EventStddevOrderBy { - index: OrderBy -} - -""" -aggregate stddevPop on columns -""" -type EventStddevPopFields { - index: Float -} - -""" -order by stddevPop() on columns of table "event" -""" -input EventStddevPopOrderBy { - index: OrderBy -} - -""" -aggregate stddevSamp on columns -""" -type EventStddevSampFields { - index: Float -} - -""" -order by stddevSamp() on columns of table "event" -""" -input EventStddevSampOrderBy { - index: OrderBy -} - -""" -Streaming cursor of the table "event" -""" -input EventStreamCursorInput { - """ - Stream column input with initial value - """ - initialValue: EventStreamCursorValueInput! - - """ - cursor ordering - """ - ordering: CursorOrdering -} - -""" -Initial value of the column from where the streaming should start -""" -input EventStreamCursorValueInput { - args: jsonb - argsStr: [String!] - blockId: String - callId: String - extrinsicId: String - id: String - index: Int - name: String - pallet: String - phase: String -} - -""" -aggregate sum on columns -""" -type EventSumFields { - index: Int -} - -""" -order by sum() on columns of table "event" -""" -input EventSumOrderBy { - index: OrderBy -} - -enum EventTypeEnum { - CREATION - REMOVAL - RENEWAL -} - -""" -Boolean expression to compare columns of type "EventTypeEnum". All fields are combined with logical 'AND'. -""" -input EventTypeEnumComparisonExp { - _eq: EventTypeEnum - _in: [EventTypeEnum!] - _isNull: Boolean - _neq: EventTypeEnum - _nin: [EventTypeEnum!] -} - -""" -aggregate varPop on columns -""" -type EventVarPopFields { - index: Float -} - -""" -order by varPop() on columns of table "event" -""" -input EventVarPopOrderBy { - index: OrderBy -} - -""" -aggregate varSamp on columns -""" -type EventVarSampFields { - index: Float -} - -""" -order by varSamp() on columns of table "event" -""" -input EventVarSampOrderBy { - index: OrderBy -} - -""" -aggregate variance on columns -""" -type EventVarianceFields { - index: Float -} - -""" -order by variance() on columns of table "event" -""" -input EventVarianceOrderBy { - index: OrderBy -} - -""" -columns and relationships of "extrinsic" -""" -type Extrinsic { - """ - An object relationship - """ - block: Block - blockId: String - - """ - An object relationship - """ - call: Call - callId: String - - """ - An array relationship - """ - calls( - """ - distinct select on columns - """ - distinctOn: [CallSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [CallOrderBy!] - - """ - filter the rows returned - """ - where: CallBoolExp - ): [Call!]! - - """ - An aggregate relationship - """ - callsAggregate( - """ - distinct select on columns - """ - distinctOn: [CallSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [CallOrderBy!] - - """ - filter the rows returned - """ - where: CallBoolExp - ): CallAggregate! - error( - """ - JSON select path - """ - path: String - ): jsonb - - """ - An array relationship - """ - events( - """ - distinct select on columns - """ - distinctOn: [EventSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [EventOrderBy!] - - """ - filter the rows returned - """ - where: EventBoolExp - ): [Event!]! - - """ - An aggregate relationship - """ - eventsAggregate( - """ - distinct select on columns - """ - distinctOn: [EventSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [EventOrderBy!] - - """ - filter the rows returned - """ - where: EventBoolExp - ): EventAggregate! - fee: numeric - hash: bytea! - id: String! - index: Int! - signature( - """ - JSON select path - """ - path: String - ): jsonb - success: Boolean - tip: numeric - version: Int! -} - -""" -aggregated selection of "extrinsic" -""" -type ExtrinsicAggregate { - aggregate: ExtrinsicAggregateFields - nodes: [Extrinsic!]! -} - -input ExtrinsicAggregateBoolExp { - bool_and: extrinsicAggregateBoolExpBool_and - bool_or: extrinsicAggregateBoolExpBool_or - count: extrinsicAggregateBoolExpCount -} - -""" -aggregate fields of "extrinsic" -""" -type ExtrinsicAggregateFields { - avg: ExtrinsicAvgFields - count(columns: [ExtrinsicSelectColumn!], distinct: Boolean): Int! - max: ExtrinsicMaxFields - min: ExtrinsicMinFields - stddev: ExtrinsicStddevFields - stddevPop: ExtrinsicStddevPopFields - stddevSamp: ExtrinsicStddevSampFields - sum: ExtrinsicSumFields - varPop: ExtrinsicVarPopFields - varSamp: ExtrinsicVarSampFields - variance: ExtrinsicVarianceFields -} - -""" -order by aggregate values of table "extrinsic" -""" -input ExtrinsicAggregateOrderBy { - avg: ExtrinsicAvgOrderBy - count: OrderBy - max: ExtrinsicMaxOrderBy - min: ExtrinsicMinOrderBy - stddev: ExtrinsicStddevOrderBy - stddevPop: ExtrinsicStddevPopOrderBy - stddevSamp: ExtrinsicStddevSampOrderBy - sum: ExtrinsicSumOrderBy - varPop: ExtrinsicVarPopOrderBy - varSamp: ExtrinsicVarSampOrderBy - variance: ExtrinsicVarianceOrderBy -} - -""" -aggregate avg on columns -""" -type ExtrinsicAvgFields { - fee: Float - index: Float - tip: Float - version: Float -} - -""" -order by avg() on columns of table "extrinsic" -""" -input ExtrinsicAvgOrderBy { - fee: OrderBy - index: OrderBy - tip: OrderBy - version: OrderBy -} - -""" -Boolean expression to filter rows from the table "extrinsic". All fields are combined with a logical 'AND'. -""" -input ExtrinsicBoolExp { - _and: [ExtrinsicBoolExp!] - _not: ExtrinsicBoolExp - _or: [ExtrinsicBoolExp!] - block: BlockBoolExp - blockId: StringComparisonExp - call: CallBoolExp - callId: StringComparisonExp - calls: CallBoolExp - callsAggregate: CallAggregateBoolExp - error: JsonbComparisonExp - events: EventBoolExp - eventsAggregate: EventAggregateBoolExp - fee: NumericComparisonExp - hash: ByteaComparisonExp - id: StringComparisonExp - index: IntComparisonExp - signature: JsonbComparisonExp - success: BooleanComparisonExp - tip: NumericComparisonExp - version: IntComparisonExp -} - -""" -aggregate max on columns -""" -type ExtrinsicMaxFields { - blockId: String - callId: String - fee: numeric - id: String - index: Int - tip: numeric - version: Int -} - -""" -order by max() on columns of table "extrinsic" -""" -input ExtrinsicMaxOrderBy { - blockId: OrderBy - callId: OrderBy - fee: OrderBy - id: OrderBy - index: OrderBy - tip: OrderBy - version: OrderBy -} - -""" -aggregate min on columns -""" -type ExtrinsicMinFields { - blockId: String - callId: String - fee: numeric - id: String - index: Int - tip: numeric - version: Int -} - -""" -order by min() on columns of table "extrinsic" -""" -input ExtrinsicMinOrderBy { - blockId: OrderBy - callId: OrderBy - fee: OrderBy - id: OrderBy - index: OrderBy - tip: OrderBy - version: OrderBy -} - -""" -Ordering options when selecting data from "extrinsic". -""" -input ExtrinsicOrderBy { - block: BlockOrderBy - blockId: OrderBy - call: CallOrderBy - callId: OrderBy - callsAggregate: CallAggregateOrderBy - error: OrderBy - eventsAggregate: EventAggregateOrderBy - fee: OrderBy - hash: OrderBy - id: OrderBy - index: OrderBy - signature: OrderBy - success: OrderBy - tip: OrderBy - version: OrderBy -} - -""" -select columns of table "extrinsic" -""" -enum ExtrinsicSelectColumn { - """ - column name - """ - blockId - - """ - column name - """ - callId - - """ - column name - """ - error - - """ - column name - """ - fee - - """ - column name - """ - hash - - """ - column name - """ - id - - """ - column name - """ - index - - """ - column name - """ - signature - - """ - column name - """ - success - - """ - column name - """ - tip - - """ - column name - """ - version -} - -""" -select "extrinsicAggregateBoolExpBool_andArgumentsColumns" columns of table "extrinsic" -""" -enum ExtrinsicSelectColumnExtrinsicAggregateBoolExpBool_andArgumentsColumns { - """ - column name - """ - success -} - -""" -select "extrinsicAggregateBoolExpBool_orArgumentsColumns" columns of table "extrinsic" -""" -enum ExtrinsicSelectColumnExtrinsicAggregateBoolExpBool_orArgumentsColumns { - """ - column name - """ - success -} - -""" -aggregate stddev on columns -""" -type ExtrinsicStddevFields { - fee: Float - index: Float - tip: Float - version: Float -} - -""" -order by stddev() on columns of table "extrinsic" -""" -input ExtrinsicStddevOrderBy { - fee: OrderBy - index: OrderBy - tip: OrderBy - version: OrderBy -} - -""" -aggregate stddevPop on columns -""" -type ExtrinsicStddevPopFields { - fee: Float - index: Float - tip: Float - version: Float -} - -""" -order by stddevPop() on columns of table "extrinsic" -""" -input ExtrinsicStddevPopOrderBy { - fee: OrderBy - index: OrderBy - tip: OrderBy - version: OrderBy -} - -""" -aggregate stddevSamp on columns -""" -type ExtrinsicStddevSampFields { - fee: Float - index: Float - tip: Float - version: Float -} - -""" -order by stddevSamp() on columns of table "extrinsic" -""" -input ExtrinsicStddevSampOrderBy { - fee: OrderBy - index: OrderBy - tip: OrderBy - version: OrderBy -} - -""" -Streaming cursor of the table "extrinsic" -""" -input ExtrinsicStreamCursorInput { - """ - Stream column input with initial value - """ - initialValue: ExtrinsicStreamCursorValueInput! - - """ - cursor ordering - """ - ordering: CursorOrdering -} - -""" -Initial value of the column from where the streaming should start -""" -input ExtrinsicStreamCursorValueInput { - blockId: String - callId: String - error: jsonb - fee: numeric - hash: bytea - id: String - index: Int - signature: jsonb - success: Boolean - tip: numeric - version: Int -} - -""" -aggregate sum on columns -""" -type ExtrinsicSumFields { - fee: numeric - index: Int - tip: numeric - version: Int -} - -""" -order by sum() on columns of table "extrinsic" -""" -input ExtrinsicSumOrderBy { - fee: OrderBy - index: OrderBy - tip: OrderBy - version: OrderBy -} - -""" -aggregate varPop on columns -""" -type ExtrinsicVarPopFields { - fee: Float - index: Float - tip: Float - version: Float -} - -""" -order by varPop() on columns of table "extrinsic" -""" -input ExtrinsicVarPopOrderBy { - fee: OrderBy - index: OrderBy - tip: OrderBy - version: OrderBy -} - -""" -aggregate varSamp on columns -""" -type ExtrinsicVarSampFields { - fee: Float - index: Float - tip: Float - version: Float -} - -""" -order by varSamp() on columns of table "extrinsic" -""" -input ExtrinsicVarSampOrderBy { - fee: OrderBy - index: OrderBy - tip: OrderBy - version: OrderBy -} - -""" -aggregate variance on columns -""" -type ExtrinsicVarianceFields { - fee: Float - index: Float - tip: Float - version: Float -} - -""" -order by variance() on columns of table "extrinsic" -""" -input ExtrinsicVarianceOrderBy { - fee: OrderBy - index: OrderBy - tip: OrderBy - version: OrderBy -} - -""" -columns and relationships of "identity" -""" -type Identity { - """ - An object relationship - """ - account: Account - accountId: String - - """ - An array relationship - """ - certIssued( - """ - distinct select on columns - """ - distinctOn: [CertSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [CertOrderBy!] - - """ - filter the rows returned - """ - where: CertBoolExp - ): [Cert!]! - - """ - An aggregate relationship - """ - certIssuedAggregate( - """ - distinct select on columns - """ - distinctOn: [CertSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [CertOrderBy!] - - """ - filter the rows returned - """ - where: CertBoolExp - ): CertAggregate! - - """ - An array relationship - """ - certReceived( - """ - distinct select on columns - """ - distinctOn: [CertSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [CertOrderBy!] - - """ - filter the rows returned - """ - where: CertBoolExp - ): [Cert!]! - - """ - An aggregate relationship - """ - certReceivedAggregate( - """ - distinct select on columns - """ - distinctOn: [CertSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [CertOrderBy!] - - """ - filter the rows returned - """ - where: CertBoolExp - ): CertAggregate! - - """ - An object relationship - """ - createdIn: Event - createdInId: String - createdOn: Int! - expireOn: Int! - id: String! - index: Int! - isMember: Boolean! - lastChangeOn: Int! - - """ - An array relationship - """ - linkedAccount( - """ - distinct select on columns - """ - distinctOn: [AccountSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [AccountOrderBy!] - - """ - filter the rows returned - """ - where: AccountBoolExp - ): [Account!]! - - """ - An aggregate relationship - """ - linkedAccountAggregate( - """ - distinct select on columns - """ - distinctOn: [AccountSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [AccountOrderBy!] - - """ - filter the rows returned - """ - where: AccountBoolExp - ): AccountAggregate! - - """ - An array relationship - """ - membershipHistory( - """ - distinct select on columns - """ - distinctOn: [MembershipEventSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [MembershipEventOrderBy!] - - """ - filter the rows returned - """ - where: MembershipEventBoolExp - ): [MembershipEvent!]! - - """ - An aggregate relationship - """ - membershipHistoryAggregate( - """ - distinct select on columns - """ - distinctOn: [MembershipEventSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [MembershipEventOrderBy!] - - """ - filter the rows returned - """ - where: MembershipEventBoolExp - ): MembershipEventAggregate! - name: String! - - """ - An array relationship - """ - ownerKeyChange( - """ - distinct select on columns - """ - distinctOn: [ChangeOwnerKeySelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [ChangeOwnerKeyOrderBy!] - - """ - filter the rows returned - """ - where: ChangeOwnerKeyBoolExp - ): [ChangeOwnerKey!]! - - """ - An aggregate relationship - """ - ownerKeyChangeAggregate( - """ - distinct select on columns - """ - distinctOn: [ChangeOwnerKeySelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [ChangeOwnerKeyOrderBy!] - - """ - filter the rows returned - """ - where: ChangeOwnerKeyBoolExp - ): ChangeOwnerKeyAggregate! - - """ - An array relationship - """ - smithCertIssued( - """ - distinct select on columns - """ - distinctOn: [SmithCertSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [SmithCertOrderBy!] - - """ - filter the rows returned - """ - where: SmithCertBoolExp - ): [SmithCert!]! - - """ - An aggregate relationship - """ - smithCertIssuedAggregate( - """ - distinct select on columns - """ - distinctOn: [SmithCertSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [SmithCertOrderBy!] - - """ - filter the rows returned - """ - where: SmithCertBoolExp - ): SmithCertAggregate! - - """ - An array relationship - """ - smithCertReceived( - """ - distinct select on columns - """ - distinctOn: [SmithCertSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [SmithCertOrderBy!] - - """ - filter the rows returned - """ - where: SmithCertBoolExp - ): [SmithCert!]! - - """ - An aggregate relationship - """ - smithCertReceivedAggregate( - """ - distinct select on columns - """ - distinctOn: [SmithCertSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [SmithCertOrderBy!] - - """ - filter the rows returned - """ - where: SmithCertBoolExp - ): SmithCertAggregate! - smithStatus: SmithStatusEnum - status: IdentityStatusEnum - - """ - "Get UD History by Identity" - """ - udHistory( - """ - distinct select on columns - """ - distinctOn: [UdHistorySelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [UdHistoryOrderBy!] - - """ - filter the rows returned - """ - where: UdHistoryBoolExp - ): [UdHistory!] -} - -""" -aggregated selection of "identity" -""" -type IdentityAggregate { - aggregate: IdentityAggregateFields - nodes: [Identity!]! -} - -""" -aggregate fields of "identity" -""" -type IdentityAggregateFields { - avg: IdentityAvgFields - count(columns: [IdentitySelectColumn!], distinct: Boolean): Int! - max: IdentityMaxFields - min: IdentityMinFields - stddev: IdentityStddevFields - stddevPop: IdentityStddevPopFields - stddevSamp: IdentityStddevSampFields - sum: IdentitySumFields - varPop: IdentityVarPopFields - varSamp: IdentityVarSampFields - variance: IdentityVarianceFields -} - -""" -aggregate avg on columns -""" -type IdentityAvgFields { - createdOn: Float - expireOn: Float - index: Float - lastChangeOn: Float -} - -""" -Boolean expression to filter rows from the table "identity". All fields are combined with a logical 'AND'. -""" -input IdentityBoolExp { - _and: [IdentityBoolExp!] - _not: IdentityBoolExp - _or: [IdentityBoolExp!] - account: AccountBoolExp - accountId: StringComparisonExp - certIssued: CertBoolExp - certIssuedAggregate: CertAggregateBoolExp - certReceived: CertBoolExp - certReceivedAggregate: CertAggregateBoolExp - createdIn: EventBoolExp - createdInId: StringComparisonExp - createdOn: IntComparisonExp - expireOn: IntComparisonExp - id: StringComparisonExp - index: IntComparisonExp - isMember: BooleanComparisonExp - lastChangeOn: IntComparisonExp - linkedAccount: AccountBoolExp - linkedAccountAggregate: AccountAggregateBoolExp - membershipHistory: MembershipEventBoolExp - membershipHistoryAggregate: MembershipEventAggregateBoolExp - name: StringComparisonExp - ownerKeyChange: ChangeOwnerKeyBoolExp - ownerKeyChangeAggregate: ChangeOwnerKeyAggregateBoolExp - smithCertIssued: SmithCertBoolExp - smithCertIssuedAggregate: SmithCertAggregateBoolExp - smithCertReceived: SmithCertBoolExp - smithCertReceivedAggregate: SmithCertAggregateBoolExp - smithStatus: SmithStatusEnumComparisonExp - status: IdentityStatusEnumComparisonExp - udHistory: UdHistoryBoolExp -} - -""" -aggregate max on columns -""" -type IdentityMaxFields { - accountId: String - createdInId: String - createdOn: Int - expireOn: Int - id: String - index: Int - lastChangeOn: Int - name: String -} - -""" -aggregate min on columns -""" -type IdentityMinFields { - accountId: String - createdInId: String - createdOn: Int - expireOn: Int - id: String - index: Int - lastChangeOn: Int - name: String -} - -""" -Ordering options when selecting data from "identity". -""" -input IdentityOrderBy { - account: AccountOrderBy - accountId: OrderBy - certIssuedAggregate: CertAggregateOrderBy - certReceivedAggregate: CertAggregateOrderBy - createdIn: EventOrderBy - createdInId: OrderBy - createdOn: OrderBy - expireOn: OrderBy - id: OrderBy - index: OrderBy - isMember: OrderBy - lastChangeOn: OrderBy - linkedAccountAggregate: AccountAggregateOrderBy - membershipHistoryAggregate: MembershipEventAggregateOrderBy - name: OrderBy - ownerKeyChangeAggregate: ChangeOwnerKeyAggregateOrderBy - smithCertIssuedAggregate: SmithCertAggregateOrderBy - smithCertReceivedAggregate: SmithCertAggregateOrderBy - smithStatus: OrderBy - status: OrderBy - udHistoryAggregate: UdHistoryAggregateOrderBy -} - -""" -select columns of table "identity" -""" -enum IdentitySelectColumn { - """ - column name - """ - accountId - - """ - column name - """ - createdInId - - """ - column name - """ - createdOn - - """ - column name - """ - expireOn - - """ - column name - """ - id - - """ - column name - """ - index - - """ - column name - """ - isMember - - """ - column name - """ - lastChangeOn - - """ - column name - """ - name - - """ - column name - """ - smithStatus - - """ - column name - """ - status -} - -enum IdentityStatusEnum { - MEMBER - NOTMEMBER - REMOVED - REVOKED - UNCONFIRMED - UNVALIDATED -} - -""" -Boolean expression to compare columns of type "IdentityStatusEnum". All fields are combined with logical 'AND'. -""" -input IdentityStatusEnumComparisonExp { - _eq: IdentityStatusEnum - _in: [IdentityStatusEnum!] - _isNull: Boolean - _neq: IdentityStatusEnum - _nin: [IdentityStatusEnum!] -} - -""" -aggregate stddev on columns -""" -type IdentityStddevFields { - createdOn: Float - expireOn: Float - index: Float - lastChangeOn: Float -} - -""" -aggregate stddevPop on columns -""" -type IdentityStddevPopFields { - createdOn: Float - expireOn: Float - index: Float - lastChangeOn: Float -} - -""" -aggregate stddevSamp on columns -""" -type IdentityStddevSampFields { - createdOn: Float - expireOn: Float - index: Float - lastChangeOn: Float -} - -""" -Streaming cursor of the table "identity" -""" -input IdentityStreamCursorInput { - """ - Stream column input with initial value - """ - initialValue: IdentityStreamCursorValueInput! - - """ - cursor ordering - """ - ordering: CursorOrdering -} - -""" -Initial value of the column from where the streaming should start -""" -input IdentityStreamCursorValueInput { - accountId: String - createdInId: String - createdOn: Int - expireOn: Int - id: String - index: Int - isMember: Boolean - lastChangeOn: Int - name: String - smithStatus: SmithStatusEnum - status: IdentityStatusEnum -} - -""" -aggregate sum on columns -""" -type IdentitySumFields { - createdOn: Int - expireOn: Int - index: Int - lastChangeOn: Int -} - -""" -aggregate varPop on columns -""" -type IdentityVarPopFields { - createdOn: Float - expireOn: Float - index: Float - lastChangeOn: Float -} - -""" -aggregate varSamp on columns -""" -type IdentityVarSampFields { - createdOn: Float - expireOn: Float - index: Float - lastChangeOn: Float -} - -""" -aggregate variance on columns -""" -type IdentityVarianceFields { - createdOn: Float - expireOn: Float - index: Float - lastChangeOn: Float -} - -""" -Boolean expression to compare columns of type "Int". All fields are combined with logical 'AND'. -""" -input IntArrayComparisonExp { - """ - is the array contained in the given array value - """ - _containedIn: [Int!] - - """ - does the array contain the given value - """ - _contains: [Int!] - _eq: [Int!] - _gt: [Int!] - _gte: [Int!] - _in: [[Int!]!] - _isNull: Boolean - _lt: [Int!] - _lte: [Int!] - _neq: [Int!] - _nin: [[Int!]!] -} - -""" -Boolean expression to compare columns of type "Int". All fields are combined with logical 'AND'. -""" -input IntComparisonExp { - _eq: Int - _gt: Int - _gte: Int - _in: [Int!] - _isNull: Boolean - _lt: Int - _lte: Int - _neq: Int - _nin: [Int!] -} - -enum ItemTypeEnum { - CALLS - EVENTS - EXTRINSICS -} - -""" -Boolean expression to compare columns of type "ItemTypeEnum". All fields are combined with logical 'AND'. -""" -input ItemTypeEnumComparisonExp { - _eq: ItemTypeEnum - _in: [ItemTypeEnum!] - _isNull: Boolean - _neq: ItemTypeEnum - _nin: [ItemTypeEnum!] -} - -""" -columns and relationships of "items_counter" -""" -type ItemsCounter { - id: String! - level: CounterLevelEnum - total: Int! - type: ItemTypeEnum -} - -""" -aggregated selection of "items_counter" -""" -type ItemsCounterAggregate { - aggregate: ItemsCounterAggregateFields - nodes: [ItemsCounter!]! -} - -""" -aggregate fields of "items_counter" -""" -type ItemsCounterAggregateFields { - avg: ItemsCounterAvgFields - count(columns: [ItemsCounterSelectColumn!], distinct: Boolean): Int! - max: ItemsCounterMaxFields - min: ItemsCounterMinFields - stddev: ItemsCounterStddevFields - stddevPop: ItemsCounterStddevPopFields - stddevSamp: ItemsCounterStddevSampFields - sum: ItemsCounterSumFields - varPop: ItemsCounterVarPopFields - varSamp: ItemsCounterVarSampFields - variance: ItemsCounterVarianceFields -} - -""" -aggregate avg on columns -""" -type ItemsCounterAvgFields { - total: Float -} - -""" -Boolean expression to filter rows from the table "items_counter". All fields are combined with a logical 'AND'. -""" -input ItemsCounterBoolExp { - _and: [ItemsCounterBoolExp!] - _not: ItemsCounterBoolExp - _or: [ItemsCounterBoolExp!] - id: StringComparisonExp - level: CounterLevelEnumComparisonExp - total: IntComparisonExp - type: ItemTypeEnumComparisonExp -} - -""" -aggregate max on columns -""" -type ItemsCounterMaxFields { - id: String - total: Int -} - -""" -aggregate min on columns -""" -type ItemsCounterMinFields { - id: String - total: Int -} - -""" -Ordering options when selecting data from "items_counter". -""" -input ItemsCounterOrderBy { - id: OrderBy - level: OrderBy - total: OrderBy - type: OrderBy -} - -""" -select columns of table "items_counter" -""" -enum ItemsCounterSelectColumn { - """ - column name - """ - id - - """ - column name - """ - level - - """ - column name - """ - total - - """ - column name - """ - type -} - -""" -aggregate stddev on columns -""" -type ItemsCounterStddevFields { - total: Float -} - -""" -aggregate stddevPop on columns -""" -type ItemsCounterStddevPopFields { - total: Float -} - -""" -aggregate stddevSamp on columns -""" -type ItemsCounterStddevSampFields { - total: Float -} - -""" -Streaming cursor of the table "items_counter" -""" -input ItemsCounterStreamCursorInput { - """ - Stream column input with initial value - """ - initialValue: ItemsCounterStreamCursorValueInput! - - """ - cursor ordering - """ - ordering: CursorOrdering -} - -""" -Initial value of the column from where the streaming should start -""" -input ItemsCounterStreamCursorValueInput { - id: String - level: CounterLevelEnum - total: Int - type: ItemTypeEnum -} - -""" -aggregate sum on columns -""" -type ItemsCounterSumFields { - total: Int -} - -""" -aggregate varPop on columns -""" -type ItemsCounterVarPopFields { - total: Float -} - -""" -aggregate varSamp on columns -""" -type ItemsCounterVarSampFields { - total: Float -} - -""" -aggregate variance on columns -""" -type ItemsCounterVarianceFields { - total: Float -} - -input JsonbCastExp { - String: StringComparisonExp -} - -""" -Boolean expression to compare columns of type "jsonb". All fields are combined with logical 'AND'. -""" -input JsonbComparisonExp { - _cast: JsonbCastExp - - """ - is the column contained in the given json value - """ - _containedIn: jsonb - - """ - does the column contain the given json value at the top level - """ - _contains: jsonb - _eq: jsonb - _gt: jsonb - _gte: jsonb - - """ - does the string exist as a top-level key in the column - """ - _hasKey: String - - """ - do all of these strings exist as top-level keys in the column - """ - _hasKeysAll: [String!] - - """ - do any of these strings exist as top-level keys in the column - """ - _hasKeysAny: [String!] - _in: [jsonb!] - _isNull: Boolean - _lt: jsonb - _lte: jsonb - _neq: jsonb - _nin: [jsonb!] -} - -""" -columns and relationships of "membership_event" -""" -type MembershipEvent { - blockNumber: Int! - - """ - An object relationship - """ - event: Event - eventId: String - eventType: EventTypeEnum - id: String! - - """ - An object relationship - """ - identity: Identity - identityId: String -} - -""" -aggregated selection of "membership_event" -""" -type MembershipEventAggregate { - aggregate: MembershipEventAggregateFields - nodes: [MembershipEvent!]! -} - -input MembershipEventAggregateBoolExp { - count: membershipEventAggregateBoolExpCount -} - -""" -aggregate fields of "membership_event" -""" -type MembershipEventAggregateFields { - avg: MembershipEventAvgFields - count(columns: [MembershipEventSelectColumn!], distinct: Boolean): Int! - max: MembershipEventMaxFields - min: MembershipEventMinFields - stddev: MembershipEventStddevFields - stddevPop: MembershipEventStddevPopFields - stddevSamp: MembershipEventStddevSampFields - sum: MembershipEventSumFields - varPop: MembershipEventVarPopFields - varSamp: MembershipEventVarSampFields - variance: MembershipEventVarianceFields -} - -""" -order by aggregate values of table "membership_event" -""" -input MembershipEventAggregateOrderBy { - avg: MembershipEventAvgOrderBy - count: OrderBy - max: MembershipEventMaxOrderBy - min: MembershipEventMinOrderBy - stddev: MembershipEventStddevOrderBy - stddevPop: MembershipEventStddevPopOrderBy - stddevSamp: MembershipEventStddevSampOrderBy - sum: MembershipEventSumOrderBy - varPop: MembershipEventVarPopOrderBy - varSamp: MembershipEventVarSampOrderBy - variance: MembershipEventVarianceOrderBy -} - -""" -aggregate avg on columns -""" -type MembershipEventAvgFields { - blockNumber: Float -} - -""" -order by avg() on columns of table "membership_event" -""" -input MembershipEventAvgOrderBy { - blockNumber: OrderBy -} - -""" -Boolean expression to filter rows from the table "membership_event". All fields are combined with a logical 'AND'. -""" -input MembershipEventBoolExp { - _and: [MembershipEventBoolExp!] - _not: MembershipEventBoolExp - _or: [MembershipEventBoolExp!] - blockNumber: IntComparisonExp - event: EventBoolExp - eventId: StringComparisonExp - eventType: EventTypeEnumComparisonExp - id: StringComparisonExp - identity: IdentityBoolExp - identityId: StringComparisonExp -} - -""" -aggregate max on columns -""" -type MembershipEventMaxFields { - blockNumber: Int - eventId: String - id: String - identityId: String -} - -""" -order by max() on columns of table "membership_event" -""" -input MembershipEventMaxOrderBy { - blockNumber: OrderBy - eventId: OrderBy - id: OrderBy - identityId: OrderBy -} - -""" -aggregate min on columns -""" -type MembershipEventMinFields { - blockNumber: Int - eventId: String - id: String - identityId: String -} - -""" -order by min() on columns of table "membership_event" -""" -input MembershipEventMinOrderBy { - blockNumber: OrderBy - eventId: OrderBy - id: OrderBy - identityId: OrderBy -} - -""" -Ordering options when selecting data from "membership_event". -""" -input MembershipEventOrderBy { - blockNumber: OrderBy - event: EventOrderBy - eventId: OrderBy - eventType: OrderBy - id: OrderBy - identity: IdentityOrderBy - identityId: OrderBy -} - -""" -select columns of table "membership_event" -""" -enum MembershipEventSelectColumn { - """ - column name - """ - blockNumber - - """ - column name - """ - eventId - - """ - column name - """ - eventType - - """ - column name - """ - id - - """ - column name - """ - identityId -} - -""" -aggregate stddev on columns -""" -type MembershipEventStddevFields { - blockNumber: Float -} - -""" -order by stddev() on columns of table "membership_event" -""" -input MembershipEventStddevOrderBy { - blockNumber: OrderBy -} - -""" -aggregate stddevPop on columns -""" -type MembershipEventStddevPopFields { - blockNumber: Float -} - -""" -order by stddevPop() on columns of table "membership_event" -""" -input MembershipEventStddevPopOrderBy { - blockNumber: OrderBy -} - -""" -aggregate stddevSamp on columns -""" -type MembershipEventStddevSampFields { - blockNumber: Float -} - -""" -order by stddevSamp() on columns of table "membership_event" -""" -input MembershipEventStddevSampOrderBy { - blockNumber: OrderBy -} - -""" -Streaming cursor of the table "membership_event" -""" -input MembershipEventStreamCursorInput { - """ - Stream column input with initial value - """ - initialValue: MembershipEventStreamCursorValueInput! - - """ - cursor ordering - """ - ordering: CursorOrdering -} - -""" -Initial value of the column from where the streaming should start -""" -input MembershipEventStreamCursorValueInput { - blockNumber: Int - eventId: String - eventType: EventTypeEnum - id: String - identityId: String -} - -""" -aggregate sum on columns -""" -type MembershipEventSumFields { - blockNumber: Int -} - -""" -order by sum() on columns of table "membership_event" -""" -input MembershipEventSumOrderBy { - blockNumber: OrderBy -} - -""" -aggregate varPop on columns -""" -type MembershipEventVarPopFields { - blockNumber: Float -} - -""" -order by varPop() on columns of table "membership_event" -""" -input MembershipEventVarPopOrderBy { - blockNumber: OrderBy -} - -""" -aggregate varSamp on columns -""" -type MembershipEventVarSampFields { - blockNumber: Float -} - -""" -order by varSamp() on columns of table "membership_event" -""" -input MembershipEventVarSampOrderBy { - blockNumber: OrderBy -} - -""" -aggregate variance on columns -""" -type MembershipEventVarianceFields { - blockNumber: Float -} - -""" -order by variance() on columns of table "membership_event" -""" -input MembershipEventVarianceOrderBy { - blockNumber: OrderBy -} - -""" -Boolean expression to compare columns of type "numeric". All fields are combined with logical 'AND'. -""" -input NumericComparisonExp { - _eq: numeric - _gt: numeric - _gte: numeric - _in: [numeric!] - _isNull: Boolean - _lt: numeric - _lte: numeric - _neq: numeric - _nin: [numeric!] -} - -""" -column ordering options -""" -enum OrderBy { - """ - in ascending order, nulls last - """ - ASC - - """ - in ascending order, nulls first - """ - ASC_NULLS_FIRST - - """ - in ascending order, nulls last - """ - ASC_NULLS_LAST - - """ - in descending order, nulls first - """ - DESC - - """ - in descending order, nulls first - """ - DESC_NULLS_FIRST - - """ - in descending order, nulls last - """ - DESC_NULLS_LAST -} - -""" -columns and relationships of "smith_cert" -""" -type SmithCert { - createdOn: Int! - id: String! - - """ - An object relationship - """ - issuer: Identity - issuerId: String - - """ - An object relationship - """ - receiver: Identity - receiverId: String -} - -""" -aggregated selection of "smith_cert" -""" -type SmithCertAggregate { - aggregate: SmithCertAggregateFields - nodes: [SmithCert!]! -} - -input SmithCertAggregateBoolExp { - count: smithCertAggregateBoolExpCount -} - -""" -aggregate fields of "smith_cert" -""" -type SmithCertAggregateFields { - avg: SmithCertAvgFields - count(columns: [SmithCertSelectColumn!], distinct: Boolean): Int! - max: SmithCertMaxFields - min: SmithCertMinFields - stddev: SmithCertStddevFields - stddevPop: SmithCertStddevPopFields - stddevSamp: SmithCertStddevSampFields - sum: SmithCertSumFields - varPop: SmithCertVarPopFields - varSamp: SmithCertVarSampFields - variance: SmithCertVarianceFields -} - -""" -order by aggregate values of table "smith_cert" -""" -input SmithCertAggregateOrderBy { - avg: SmithCertAvgOrderBy - count: OrderBy - max: SmithCertMaxOrderBy - min: SmithCertMinOrderBy - stddev: SmithCertStddevOrderBy - stddevPop: SmithCertStddevPopOrderBy - stddevSamp: SmithCertStddevSampOrderBy - sum: SmithCertSumOrderBy - varPop: SmithCertVarPopOrderBy - varSamp: SmithCertVarSampOrderBy - variance: SmithCertVarianceOrderBy -} - -""" -aggregate avg on columns -""" -type SmithCertAvgFields { - createdOn: Float -} - -""" -order by avg() on columns of table "smith_cert" -""" -input SmithCertAvgOrderBy { - createdOn: OrderBy -} - -""" -Boolean expression to filter rows from the table "smith_cert". All fields are combined with a logical 'AND'. -""" -input SmithCertBoolExp { - _and: [SmithCertBoolExp!] - _not: SmithCertBoolExp - _or: [SmithCertBoolExp!] - createdOn: IntComparisonExp - id: StringComparisonExp - issuer: IdentityBoolExp - issuerId: StringComparisonExp - receiver: IdentityBoolExp - receiverId: StringComparisonExp -} - -""" -aggregate max on columns -""" -type SmithCertMaxFields { - createdOn: Int - id: String - issuerId: String - receiverId: String -} - -""" -order by max() on columns of table "smith_cert" -""" -input SmithCertMaxOrderBy { - createdOn: OrderBy - id: OrderBy - issuerId: OrderBy - receiverId: OrderBy -} - -""" -aggregate min on columns -""" -type SmithCertMinFields { - createdOn: Int - id: String - issuerId: String - receiverId: String -} - -""" -order by min() on columns of table "smith_cert" -""" -input SmithCertMinOrderBy { - createdOn: OrderBy - id: OrderBy - issuerId: OrderBy - receiverId: OrderBy -} - -""" -Ordering options when selecting data from "smith_cert". -""" -input SmithCertOrderBy { - createdOn: OrderBy - id: OrderBy - issuer: IdentityOrderBy - issuerId: OrderBy - receiver: IdentityOrderBy - receiverId: OrderBy -} - -""" -select columns of table "smith_cert" -""" -enum SmithCertSelectColumn { - """ - column name - """ - createdOn - - """ - column name - """ - id - - """ - column name - """ - issuerId - - """ - column name - """ - receiverId -} - -""" -aggregate stddev on columns -""" -type SmithCertStddevFields { - createdOn: Float -} - -""" -order by stddev() on columns of table "smith_cert" -""" -input SmithCertStddevOrderBy { - createdOn: OrderBy -} - -""" -aggregate stddevPop on columns -""" -type SmithCertStddevPopFields { - createdOn: Float -} - -""" -order by stddevPop() on columns of table "smith_cert" -""" -input SmithCertStddevPopOrderBy { - createdOn: OrderBy -} - -""" -aggregate stddevSamp on columns -""" -type SmithCertStddevSampFields { - createdOn: Float -} - -""" -order by stddevSamp() on columns of table "smith_cert" -""" -input SmithCertStddevSampOrderBy { - createdOn: OrderBy -} - -""" -Streaming cursor of the table "smith_cert" -""" -input SmithCertStreamCursorInput { - """ - Stream column input with initial value - """ - initialValue: SmithCertStreamCursorValueInput! - - """ - cursor ordering - """ - ordering: CursorOrdering -} - -""" -Initial value of the column from where the streaming should start -""" -input SmithCertStreamCursorValueInput { - createdOn: Int - id: String - issuerId: String - receiverId: String -} - -""" -aggregate sum on columns -""" -type SmithCertSumFields { - createdOn: Int -} - -""" -order by sum() on columns of table "smith_cert" -""" -input SmithCertSumOrderBy { - createdOn: OrderBy -} - -""" -aggregate varPop on columns -""" -type SmithCertVarPopFields { - createdOn: Float -} - -""" -order by varPop() on columns of table "smith_cert" -""" -input SmithCertVarPopOrderBy { - createdOn: OrderBy -} - -""" -aggregate varSamp on columns -""" -type SmithCertVarSampFields { - createdOn: Float -} - -""" -order by varSamp() on columns of table "smith_cert" -""" -input SmithCertVarSampOrderBy { - createdOn: OrderBy -} - -""" -aggregate variance on columns -""" -type SmithCertVarianceFields { - createdOn: Float -} - -""" -order by variance() on columns of table "smith_cert" -""" -input SmithCertVarianceOrderBy { - createdOn: OrderBy -} - -enum SmithStatusEnum { - EXCLUDED - INVITED - PENDING - SMITH -} - -""" -Boolean expression to compare columns of type "SmithStatusEnum". All fields are combined with logical 'AND'. -""" -input SmithStatusEnumComparisonExp { - _eq: SmithStatusEnum - _in: [SmithStatusEnum!] - _isNull: Boolean - _neq: SmithStatusEnum - _nin: [SmithStatusEnum!] -} - -""" -Boolean expression to compare columns of type "String". All fields are combined with logical 'AND'. -""" -input StringArrayComparisonExp { - """ - is the array contained in the given array value - """ - _containedIn: [String!] - - """ - does the array contain the given value - """ - _contains: [String!] - _eq: [String!] - _gt: [String!] - _gte: [String!] - _in: [[String!]!] - _isNull: Boolean - _lt: [String!] - _lte: [String!] - _neq: [String!] - _nin: [[String!]!] -} - -""" -Boolean expression to compare columns of type "String". All fields are combined with logical 'AND'. -""" -input StringComparisonExp { - _eq: String - _gt: String - _gte: String - - """ - does the column match the given case-insensitive pattern - """ - _ilike: String - _in: [String!] - - """ - does the column match the given POSIX regular expression, case insensitive - """ - _iregex: String - _isNull: Boolean - - """ - does the column match the given pattern - """ - _like: String - _lt: String - _lte: String - _neq: String - - """ - does the column NOT match the given case-insensitive pattern - """ - _nilike: String - _nin: [String!] - - """ - does the column NOT match the given POSIX regular expression, case insensitive - """ - _niregex: String - - """ - does the column NOT match the given pattern - """ - _nlike: String - - """ - does the column NOT match the given POSIX regular expression, case sensitive - """ - _nregex: String - - """ - does the column NOT match the given SQL regular expression - """ - _nsimilar: String - - """ - does the column match the given POSIX regular expression, case sensitive - """ - _regex: String - - """ - does the column match the given SQL regular expression - """ - _similar: String -} - -""" -Boolean expression to compare columns of type "timestamptz". All fields are combined with logical 'AND'. -""" -input TimestamptzComparisonExp { - _eq: timestamptz - _gt: timestamptz - _gte: timestamptz - _in: [timestamptz!] - _isNull: Boolean - _lt: timestamptz - _lte: timestamptz - _neq: timestamptz - _nin: [timestamptz!] -} - -""" -columns and relationships of "transfer" -""" -type Transfer { - amount: numeric! - blockNumber: Int! - comment: String - - """ - An object relationship - """ - from: Account - fromId: String - id: String! - timestamp: timestamptz! - - """ - An object relationship - """ - to: Account - toId: String -} - -""" -aggregated selection of "transfer" -""" -type TransferAggregate { - aggregate: TransferAggregateFields - nodes: [Transfer!]! -} - -input TransferAggregateBoolExp { - count: transferAggregateBoolExpCount -} - -""" -aggregate fields of "transfer" -""" -type TransferAggregateFields { - avg: TransferAvgFields - count(columns: [TransferSelectColumn!], distinct: Boolean): Int! - max: TransferMaxFields - min: TransferMinFields - stddev: TransferStddevFields - stddevPop: TransferStddevPopFields - stddevSamp: TransferStddevSampFields - sum: TransferSumFields - varPop: TransferVarPopFields - varSamp: TransferVarSampFields - variance: TransferVarianceFields -} - -""" -order by aggregate values of table "transfer" -""" -input TransferAggregateOrderBy { - avg: TransferAvgOrderBy - count: OrderBy - max: TransferMaxOrderBy - min: TransferMinOrderBy - stddev: TransferStddevOrderBy - stddevPop: TransferStddevPopOrderBy - stddevSamp: TransferStddevSampOrderBy - sum: TransferSumOrderBy - varPop: TransferVarPopOrderBy - varSamp: TransferVarSampOrderBy - variance: TransferVarianceOrderBy -} - -""" -aggregate avg on columns -""" -type TransferAvgFields { - amount: Float - blockNumber: Float -} - -""" -order by avg() on columns of table "transfer" -""" -input TransferAvgOrderBy { - amount: OrderBy - blockNumber: OrderBy -} - -""" -Boolean expression to filter rows from the table "transfer". All fields are combined with a logical 'AND'. -""" -input TransferBoolExp { - _and: [TransferBoolExp!] - _not: TransferBoolExp - _or: [TransferBoolExp!] - amount: NumericComparisonExp - blockNumber: IntComparisonExp - comment: StringComparisonExp - from: AccountBoolExp - fromId: StringComparisonExp - id: StringComparisonExp - timestamp: TimestamptzComparisonExp - to: AccountBoolExp - toId: StringComparisonExp -} - -""" -aggregate max on columns -""" -type TransferMaxFields { - amount: numeric - blockNumber: Int - comment: String - fromId: String - id: String - timestamp: timestamptz - toId: String -} - -""" -order by max() on columns of table "transfer" -""" -input TransferMaxOrderBy { - amount: OrderBy - blockNumber: OrderBy - comment: OrderBy - fromId: OrderBy - id: OrderBy - timestamp: OrderBy - toId: OrderBy -} - -""" -aggregate min on columns -""" -type TransferMinFields { - amount: numeric - blockNumber: Int - comment: String - fromId: String - id: String - timestamp: timestamptz - toId: String -} - -""" -order by min() on columns of table "transfer" -""" -input TransferMinOrderBy { - amount: OrderBy - blockNumber: OrderBy - comment: OrderBy - fromId: OrderBy - id: OrderBy - timestamp: OrderBy - toId: OrderBy -} - -""" -Ordering options when selecting data from "transfer". -""" -input TransferOrderBy { - amount: OrderBy - blockNumber: OrderBy - comment: OrderBy - from: AccountOrderBy - fromId: OrderBy - id: OrderBy - timestamp: OrderBy - to: AccountOrderBy - toId: OrderBy -} - -""" -select columns of table "transfer" -""" -enum TransferSelectColumn { - """ - column name - """ - amount - - """ - column name - """ - blockNumber - - """ - column name - """ - comment - - """ - column name - """ - fromId - - """ - column name - """ - id - - """ - column name - """ - timestamp - - """ - column name - """ - toId -} - -""" -aggregate stddev on columns -""" -type TransferStddevFields { - amount: Float - blockNumber: Float -} - -""" -order by stddev() on columns of table "transfer" -""" -input TransferStddevOrderBy { - amount: OrderBy - blockNumber: OrderBy -} - -""" -aggregate stddevPop on columns -""" -type TransferStddevPopFields { - amount: Float - blockNumber: Float -} - -""" -order by stddevPop() on columns of table "transfer" -""" -input TransferStddevPopOrderBy { - amount: OrderBy - blockNumber: OrderBy -} - -""" -aggregate stddevSamp on columns -""" -type TransferStddevSampFields { - amount: Float - blockNumber: Float -} - -""" -order by stddevSamp() on columns of table "transfer" -""" -input TransferStddevSampOrderBy { - amount: OrderBy - blockNumber: OrderBy -} - -""" -Streaming cursor of the table "transfer" -""" -input TransferStreamCursorInput { - """ - Stream column input with initial value - """ - initialValue: TransferStreamCursorValueInput! - - """ - cursor ordering - """ - ordering: CursorOrdering -} - -""" -Initial value of the column from where the streaming should start -""" -input TransferStreamCursorValueInput { - amount: numeric - blockNumber: Int - comment: String - fromId: String - id: String - timestamp: timestamptz - toId: String -} - -""" -aggregate sum on columns -""" -type TransferSumFields { - amount: numeric - blockNumber: Int -} - -""" -order by sum() on columns of table "transfer" -""" -input TransferSumOrderBy { - amount: OrderBy - blockNumber: OrderBy -} - -""" -aggregate varPop on columns -""" -type TransferVarPopFields { - amount: Float - blockNumber: Float -} - -""" -order by varPop() on columns of table "transfer" -""" -input TransferVarPopOrderBy { - amount: OrderBy - blockNumber: OrderBy -} - -""" -aggregate varSamp on columns -""" -type TransferVarSampFields { - amount: Float - blockNumber: Float -} - -""" -order by varSamp() on columns of table "transfer" -""" -input TransferVarSampOrderBy { - amount: OrderBy - blockNumber: OrderBy -} - -""" -aggregate variance on columns -""" -type TransferVarianceFields { - amount: Float - blockNumber: Float -} - -""" -order by variance() on columns of table "transfer" -""" -input TransferVarianceOrderBy { - amount: OrderBy - blockNumber: OrderBy -} - -""" -columns and relationships of "ud_history" -""" -type UdHistory { - amount: Int! - blockNumber: Int! - id: String! - - """ - An object relationship - """ - identity: Identity - identityId: String - timestamp: timestamptz! -} - -type UdHistoryAggregate { - aggregate: UdHistoryAggregateFields - nodes: [UdHistory!]! -} - -""" -aggregate fields of "ud_history" -""" -type UdHistoryAggregateFields { - avg: UdHistoryAvgFields - count(columns: [UdHistorySelectColumn!], distinct: Boolean): Int! - max: UdHistoryMaxFields - min: UdHistoryMinFields - stddev: UdHistoryStddevFields - stddevPop: UdHistoryStddevPopFields - stddevSamp: UdHistoryStddevSampFields - sum: UdHistorySumFields - varPop: UdHistoryVarPopFields - varSamp: UdHistoryVarSampFields - variance: UdHistoryVarianceFields -} - -""" -order by aggregate values of table "ud_history" -""" -input UdHistoryAggregateOrderBy { - avg: UdHistoryAvgOrderBy - count: OrderBy - max: UdHistoryMaxOrderBy - min: UdHistoryMinOrderBy - stddev: UdHistoryStddevOrderBy - stddevPop: UdHistoryStddevPopOrderBy - stddevSamp: UdHistoryStddevSampOrderBy - sum: UdHistorySumOrderBy - varPop: UdHistoryVarPopOrderBy - varSamp: UdHistoryVarSampOrderBy - variance: UdHistoryVarianceOrderBy -} - -""" -aggregate avg on columns -""" -type UdHistoryAvgFields { - amount: Float - blockNumber: Float -} - -""" -order by avg() on columns of table "ud_history" -""" -input UdHistoryAvgOrderBy { - amount: OrderBy - blockNumber: OrderBy -} - -""" -Boolean expression to filter rows from the table "ud_history". All fields are combined with a logical 'AND'. -""" -input UdHistoryBoolExp { - _and: [UdHistoryBoolExp!] - _not: UdHistoryBoolExp - _or: [UdHistoryBoolExp!] - amount: IntComparisonExp - blockNumber: IntComparisonExp - id: StringComparisonExp - identity: IdentityBoolExp - identityId: StringComparisonExp - timestamp: TimestamptzComparisonExp -} - -""" -aggregate max on columns -""" -type UdHistoryMaxFields { - amount: Int - blockNumber: Int - id: String - identityId: String - timestamp: timestamptz -} - -""" -order by max() on columns of table "ud_history" -""" -input UdHistoryMaxOrderBy { - amount: OrderBy - blockNumber: OrderBy - id: OrderBy - identityId: OrderBy - timestamp: OrderBy -} - -""" -aggregate min on columns -""" -type UdHistoryMinFields { - amount: Int - blockNumber: Int - id: String - identityId: String - timestamp: timestamptz -} - -""" -order by min() on columns of table "ud_history" -""" -input UdHistoryMinOrderBy { - amount: OrderBy - blockNumber: OrderBy - id: OrderBy - identityId: OrderBy - timestamp: OrderBy -} - -""" -Ordering options when selecting data from "ud_history". -""" -input UdHistoryOrderBy { - amount: OrderBy - blockNumber: OrderBy - id: OrderBy - identity: IdentityOrderBy - identityId: OrderBy - timestamp: OrderBy -} - -""" -select columns of table "ud_history" -""" -enum UdHistorySelectColumn { - """ - column name - """ - amount - - """ - column name - """ - blockNumber - - """ - column name - """ - id - - """ - column name - """ - identityId - - """ - column name - """ - timestamp -} - -""" -aggregate stddev on columns -""" -type UdHistoryStddevFields { - amount: Float - blockNumber: Float -} - -""" -order by stddev() on columns of table "ud_history" -""" -input UdHistoryStddevOrderBy { - amount: OrderBy - blockNumber: OrderBy -} - -""" -aggregate stddevPop on columns -""" -type UdHistoryStddevPopFields { - amount: Float - blockNumber: Float -} - -""" -order by stddevPop() on columns of table "ud_history" -""" -input UdHistoryStddevPopOrderBy { - amount: OrderBy - blockNumber: OrderBy -} - -""" -aggregate stddevSamp on columns -""" -type UdHistoryStddevSampFields { - amount: Float - blockNumber: Float -} - -""" -order by stddevSamp() on columns of table "ud_history" -""" -input UdHistoryStddevSampOrderBy { - amount: OrderBy - blockNumber: OrderBy -} - -""" -Streaming cursor of the table "ud_history" -""" -input UdHistoryStreamCursorInput { - """ - Stream column input with initial value - """ - initialValue: UdHistoryStreamCursorValueInput! - - """ - cursor ordering - """ - ordering: CursorOrdering -} - -""" -Initial value of the column from where the streaming should start -""" -input UdHistoryStreamCursorValueInput { - amount: Int - blockNumber: Int - id: String - identityId: String - timestamp: timestamptz -} - -""" -aggregate sum on columns -""" -type UdHistorySumFields { - amount: Int - blockNumber: Int -} - -""" -order by sum() on columns of table "ud_history" -""" -input UdHistorySumOrderBy { - amount: OrderBy - blockNumber: OrderBy -} - -""" -aggregate varPop on columns -""" -type UdHistoryVarPopFields { - amount: Float - blockNumber: Float -} - -""" -order by varPop() on columns of table "ud_history" -""" -input UdHistoryVarPopOrderBy { - amount: OrderBy - blockNumber: OrderBy -} - -""" -aggregate varSamp on columns -""" -type UdHistoryVarSampFields { - amount: Float - blockNumber: Float -} - -""" -order by varSamp() on columns of table "ud_history" -""" -input UdHistoryVarSampOrderBy { - amount: OrderBy - blockNumber: OrderBy -} - -""" -aggregate variance on columns -""" -type UdHistoryVarianceFields { - amount: Float - blockNumber: Float -} - -""" -order by variance() on columns of table "ud_history" -""" -input UdHistoryVarianceOrderBy { - amount: OrderBy - blockNumber: OrderBy -} - -""" -columns and relationships of "ud_reeval" -""" -type UdReeval { - blockNumber: Int! - - """ - An object relationship - """ - event: Event - eventId: String - id: String! - membersCount: Int! - monetaryMass: numeric! - newUdAmount: Int! - timestamp: timestamptz! -} - -""" -aggregated selection of "ud_reeval" -""" -type UdReevalAggregate { - aggregate: UdReevalAggregateFields - nodes: [UdReeval!]! -} - -""" -aggregate fields of "ud_reeval" -""" -type UdReevalAggregateFields { - avg: UdReevalAvgFields - count(columns: [UdReevalSelectColumn!], distinct: Boolean): Int! - max: UdReevalMaxFields - min: UdReevalMinFields - stddev: UdReevalStddevFields - stddevPop: UdReevalStddevPopFields - stddevSamp: UdReevalStddevSampFields - sum: UdReevalSumFields - varPop: UdReevalVarPopFields - varSamp: UdReevalVarSampFields - variance: UdReevalVarianceFields -} - -""" -aggregate avg on columns -""" -type UdReevalAvgFields { - blockNumber: Float - membersCount: Float - monetaryMass: Float - newUdAmount: Float -} - -""" -Boolean expression to filter rows from the table "ud_reeval". All fields are combined with a logical 'AND'. -""" -input UdReevalBoolExp { - _and: [UdReevalBoolExp!] - _not: UdReevalBoolExp - _or: [UdReevalBoolExp!] - blockNumber: IntComparisonExp - event: EventBoolExp - eventId: StringComparisonExp - id: StringComparisonExp - membersCount: IntComparisonExp - monetaryMass: NumericComparisonExp - newUdAmount: IntComparisonExp - timestamp: TimestamptzComparisonExp -} - -""" -aggregate max on columns -""" -type UdReevalMaxFields { - blockNumber: Int - eventId: String - id: String - membersCount: Int - monetaryMass: numeric - newUdAmount: Int - timestamp: timestamptz -} - -""" -aggregate min on columns -""" -type UdReevalMinFields { - blockNumber: Int - eventId: String - id: String - membersCount: Int - monetaryMass: numeric - newUdAmount: Int - timestamp: timestamptz -} - -""" -Ordering options when selecting data from "ud_reeval". -""" -input UdReevalOrderBy { - blockNumber: OrderBy - event: EventOrderBy - eventId: OrderBy - id: OrderBy - membersCount: OrderBy - monetaryMass: OrderBy - newUdAmount: OrderBy - timestamp: OrderBy -} - -""" -select columns of table "ud_reeval" -""" -enum UdReevalSelectColumn { - """ - column name - """ - blockNumber - - """ - column name - """ - eventId - - """ - column name - """ - id - - """ - column name - """ - membersCount - - """ - column name - """ - monetaryMass - - """ - column name - """ - newUdAmount - - """ - column name - """ - timestamp -} - -""" -aggregate stddev on columns -""" -type UdReevalStddevFields { - blockNumber: Float - membersCount: Float - monetaryMass: Float - newUdAmount: Float -} - -""" -aggregate stddevPop on columns -""" -type UdReevalStddevPopFields { - blockNumber: Float - membersCount: Float - monetaryMass: Float - newUdAmount: Float -} - -""" -aggregate stddevSamp on columns -""" -type UdReevalStddevSampFields { - blockNumber: Float - membersCount: Float - monetaryMass: Float - newUdAmount: Float -} - -""" -Streaming cursor of the table "ud_reeval" -""" -input UdReevalStreamCursorInput { - """ - Stream column input with initial value - """ - initialValue: UdReevalStreamCursorValueInput! - - """ - cursor ordering - """ - ordering: CursorOrdering -} - -""" -Initial value of the column from where the streaming should start -""" -input UdReevalStreamCursorValueInput { - blockNumber: Int - eventId: String - id: String - membersCount: Int - monetaryMass: numeric - newUdAmount: Int - timestamp: timestamptz -} - -""" -aggregate sum on columns -""" -type UdReevalSumFields { - blockNumber: Int - membersCount: Int - monetaryMass: numeric - newUdAmount: Int -} - -""" -aggregate varPop on columns -""" -type UdReevalVarPopFields { - blockNumber: Float - membersCount: Float - monetaryMass: Float - newUdAmount: Float -} - -""" -aggregate varSamp on columns -""" -type UdReevalVarSampFields { - blockNumber: Float - membersCount: Float - monetaryMass: Float - newUdAmount: Float -} - -""" -aggregate variance on columns -""" -type UdReevalVarianceFields { - blockNumber: Float - membersCount: Float - monetaryMass: Float - newUdAmount: Float -} - -""" -columns and relationships of "universal_dividend" -""" -type UniversalDividend { - amount: Int! - blockNumber: Int! - - """ - An object relationship - """ - event: Event - eventId: String - id: String! - membersCount: Int! - monetaryMass: numeric! - timestamp: timestamptz! -} - -""" -aggregated selection of "universal_dividend" -""" -type UniversalDividendAggregate { - aggregate: UniversalDividendAggregateFields - nodes: [UniversalDividend!]! -} - -""" -aggregate fields of "universal_dividend" -""" -type UniversalDividendAggregateFields { - avg: UniversalDividendAvgFields - count(columns: [UniversalDividendSelectColumn!], distinct: Boolean): Int! - max: UniversalDividendMaxFields - min: UniversalDividendMinFields - stddev: UniversalDividendStddevFields - stddevPop: UniversalDividendStddevPopFields - stddevSamp: UniversalDividendStddevSampFields - sum: UniversalDividendSumFields - varPop: UniversalDividendVarPopFields - varSamp: UniversalDividendVarSampFields - variance: UniversalDividendVarianceFields -} - -""" -aggregate avg on columns -""" -type UniversalDividendAvgFields { - amount: Float - blockNumber: Float - membersCount: Float - monetaryMass: Float -} - -""" -Boolean expression to filter rows from the table "universal_dividend". All fields are combined with a logical 'AND'. -""" -input UniversalDividendBoolExp { - _and: [UniversalDividendBoolExp!] - _not: UniversalDividendBoolExp - _or: [UniversalDividendBoolExp!] - amount: IntComparisonExp - blockNumber: IntComparisonExp - event: EventBoolExp - eventId: StringComparisonExp - id: StringComparisonExp - membersCount: IntComparisonExp - monetaryMass: NumericComparisonExp - timestamp: TimestamptzComparisonExp -} - -""" -aggregate max on columns -""" -type UniversalDividendMaxFields { - amount: Int - blockNumber: Int - eventId: String - id: String - membersCount: Int - monetaryMass: numeric - timestamp: timestamptz -} - -""" -aggregate min on columns -""" -type UniversalDividendMinFields { - amount: Int - blockNumber: Int - eventId: String - id: String - membersCount: Int - monetaryMass: numeric - timestamp: timestamptz -} - -""" -Ordering options when selecting data from "universal_dividend". -""" -input UniversalDividendOrderBy { - amount: OrderBy - blockNumber: OrderBy - event: EventOrderBy - eventId: OrderBy - id: OrderBy - membersCount: OrderBy - monetaryMass: OrderBy - timestamp: OrderBy -} - -""" -select columns of table "universal_dividend" -""" -enum UniversalDividendSelectColumn { - """ - column name - """ - amount - - """ - column name - """ - blockNumber - - """ - column name - """ - eventId - - """ - column name - """ - id - - """ - column name - """ - membersCount - - """ - column name - """ - monetaryMass - - """ - column name - """ - timestamp -} - -""" -aggregate stddev on columns -""" -type UniversalDividendStddevFields { - amount: Float - blockNumber: Float - membersCount: Float - monetaryMass: Float -} - -""" -aggregate stddevPop on columns -""" -type UniversalDividendStddevPopFields { - amount: Float - blockNumber: Float - membersCount: Float - monetaryMass: Float -} - -""" -aggregate stddevSamp on columns -""" -type UniversalDividendStddevSampFields { - amount: Float - blockNumber: Float - membersCount: Float - monetaryMass: Float -} - -""" -Streaming cursor of the table "universal_dividend" -""" -input UniversalDividendStreamCursorInput { - """ - Stream column input with initial value - """ - initialValue: UniversalDividendStreamCursorValueInput! - - """ - cursor ordering - """ - ordering: CursorOrdering -} - -""" -Initial value of the column from where the streaming should start -""" -input UniversalDividendStreamCursorValueInput { - amount: Int - blockNumber: Int - eventId: String - id: String - membersCount: Int - monetaryMass: numeric - timestamp: timestamptz -} - -""" -aggregate sum on columns -""" -type UniversalDividendSumFields { - amount: Int - blockNumber: Int - membersCount: Int - monetaryMass: numeric -} - -""" -aggregate varPop on columns -""" -type UniversalDividendVarPopFields { - amount: Float - blockNumber: Float - membersCount: Float - monetaryMass: Float -} - -""" -aggregate varSamp on columns -""" -type UniversalDividendVarSampFields { - amount: Float - blockNumber: Float - membersCount: Float - monetaryMass: Float -} - -""" -aggregate variance on columns -""" -type UniversalDividendVarianceFields { - amount: Float - blockNumber: Float - membersCount: Float - monetaryMass: Float -} - -input accountAggregateBoolExpCount { - arguments: [AccountSelectColumn!] - distinct: Boolean - filter: AccountBoolExp - predicate: IntComparisonExp! -} - -scalar bytea - -input callAggregateBoolExpBool_and { - arguments: CallSelectColumnCallAggregateBoolExpBool_andArgumentsColumns! - distinct: Boolean - filter: CallBoolExp - predicate: BooleanComparisonExp! -} - -input callAggregateBoolExpBool_or { - arguments: CallSelectColumnCallAggregateBoolExpBool_orArgumentsColumns! - distinct: Boolean - filter: CallBoolExp - predicate: BooleanComparisonExp! -} - -input callAggregateBoolExpCount { - arguments: [CallSelectColumn!] - distinct: Boolean - filter: CallBoolExp - predicate: IntComparisonExp! -} - -input certAggregateBoolExpBool_and { - arguments: CertSelectColumnCertAggregateBoolExpBool_andArgumentsColumns! - distinct: Boolean - filter: CertBoolExp - predicate: BooleanComparisonExp! -} - -input certAggregateBoolExpBool_or { - arguments: CertSelectColumnCertAggregateBoolExpBool_orArgumentsColumns! - distinct: Boolean - filter: CertBoolExp - predicate: BooleanComparisonExp! -} - -input certAggregateBoolExpCount { - arguments: [CertSelectColumn!] - distinct: Boolean - filter: CertBoolExp - predicate: IntComparisonExp! -} - -input certEventAggregateBoolExpCount { - arguments: [CertEventSelectColumn!] - distinct: Boolean - filter: CertEventBoolExp - predicate: IntComparisonExp! -} - -input changeOwnerKeyAggregateBoolExpCount { - arguments: [ChangeOwnerKeySelectColumn!] - distinct: Boolean - filter: ChangeOwnerKeyBoolExp - predicate: IntComparisonExp! -} - -input eventAggregateBoolExpCount { - arguments: [EventSelectColumn!] - distinct: Boolean - filter: EventBoolExp - predicate: IntComparisonExp! -} - -input extrinsicAggregateBoolExpBool_and { - arguments: ExtrinsicSelectColumnExtrinsicAggregateBoolExpBool_andArgumentsColumns! - distinct: Boolean - filter: ExtrinsicBoolExp - predicate: BooleanComparisonExp! -} - -input extrinsicAggregateBoolExpBool_or { - arguments: ExtrinsicSelectColumnExtrinsicAggregateBoolExpBool_orArgumentsColumns! - distinct: Boolean - filter: ExtrinsicBoolExp - predicate: BooleanComparisonExp! -} - -input extrinsicAggregateBoolExpCount { - arguments: [ExtrinsicSelectColumn!] - distinct: Boolean - filter: ExtrinsicBoolExp - predicate: IntComparisonExp! -} - -input getUdHistoryArgs { - identity_row: identity_scalar -} - -scalar identity_scalar - -scalar jsonb - -input membershipEventAggregateBoolExpCount { - arguments: [MembershipEventSelectColumn!] - distinct: Boolean - filter: MembershipEventBoolExp - predicate: IntComparisonExp! -} - -scalar numeric - -type query_root { - """ - fetch data from the table: "account" - """ - account( - """ - distinct select on columns - """ - distinctOn: [AccountSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [AccountOrderBy!] - - """ - filter the rows returned - """ - where: AccountBoolExp - ): [Account!]! - - """ - fetch aggregated fields from the table: "account" - """ - accountAggregate( - """ - distinct select on columns - """ - distinctOn: [AccountSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [AccountOrderBy!] - - """ - filter the rows returned - """ - where: AccountBoolExp - ): AccountAggregate! - - """ - fetch data from the table: "account" using primary key columns - """ - accountByPk(id: String!): Account - - """ - fetch data from the table: "block" - """ - block( - """ - distinct select on columns - """ - distinctOn: [BlockSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [BlockOrderBy!] - - """ - filter the rows returned - """ - where: BlockBoolExp - ): [Block!]! - - """ - fetch aggregated fields from the table: "block" - """ - blockAggregate( - """ - distinct select on columns - """ - distinctOn: [BlockSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [BlockOrderBy!] - - """ - filter the rows returned - """ - where: BlockBoolExp - ): BlockAggregate! - - """ - fetch data from the table: "block" using primary key columns - """ - blockByPk(id: String!): Block - - """ - fetch data from the table: "call" - """ - call( - """ - distinct select on columns - """ - distinctOn: [CallSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [CallOrderBy!] - - """ - filter the rows returned - """ - where: CallBoolExp - ): [Call!]! - - """ - fetch aggregated fields from the table: "call" - """ - callAggregate( - """ - distinct select on columns - """ - distinctOn: [CallSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [CallOrderBy!] - - """ - filter the rows returned - """ - where: CallBoolExp - ): CallAggregate! - - """ - fetch data from the table: "call" using primary key columns - """ - callByPk(id: String!): Call - - """ - fetch data from the table: "cert" - """ - cert( - """ - distinct select on columns - """ - distinctOn: [CertSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [CertOrderBy!] - - """ - filter the rows returned - """ - where: CertBoolExp - ): [Cert!]! - - """ - fetch aggregated fields from the table: "cert" - """ - certAggregate( - """ - distinct select on columns - """ - distinctOn: [CertSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [CertOrderBy!] - - """ - filter the rows returned - """ - where: CertBoolExp - ): CertAggregate! - - """ - fetch data from the table: "cert" using primary key columns - """ - certByPk(id: String!): Cert - - """ - fetch data from the table: "cert_event" - """ - certEvent( - """ - distinct select on columns - """ - distinctOn: [CertEventSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [CertEventOrderBy!] - - """ - filter the rows returned - """ - where: CertEventBoolExp - ): [CertEvent!]! - - """ - fetch aggregated fields from the table: "cert_event" - """ - certEventAggregate( - """ - distinct select on columns - """ - distinctOn: [CertEventSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [CertEventOrderBy!] - - """ - filter the rows returned - """ - where: CertEventBoolExp - ): CertEventAggregate! - - """ - fetch data from the table: "cert_event" using primary key columns - """ - certEventByPk(id: String!): CertEvent - - """ - fetch data from the table: "change_owner_key" - """ - changeOwnerKey( - """ - distinct select on columns - """ - distinctOn: [ChangeOwnerKeySelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [ChangeOwnerKeyOrderBy!] - - """ - filter the rows returned - """ - where: ChangeOwnerKeyBoolExp - ): [ChangeOwnerKey!]! - - """ - fetch aggregated fields from the table: "change_owner_key" - """ - changeOwnerKeyAggregate( - """ - distinct select on columns - """ - distinctOn: [ChangeOwnerKeySelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [ChangeOwnerKeyOrderBy!] - - """ - filter the rows returned - """ - where: ChangeOwnerKeyBoolExp - ): ChangeOwnerKeyAggregate! - - """ - fetch data from the table: "change_owner_key" using primary key columns - """ - changeOwnerKeyByPk(id: String!): ChangeOwnerKey - - """ - fetch data from the table: "event" - """ - event( - """ - distinct select on columns - """ - distinctOn: [EventSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [EventOrderBy!] - - """ - filter the rows returned - """ - where: EventBoolExp - ): [Event!]! - - """ - fetch aggregated fields from the table: "event" - """ - eventAggregate( - """ - distinct select on columns - """ - distinctOn: [EventSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [EventOrderBy!] - - """ - filter the rows returned - """ - where: EventBoolExp - ): EventAggregate! - - """ - fetch data from the table: "event" using primary key columns - """ - eventByPk(id: String!): Event - - """ - fetch data from the table: "extrinsic" - """ - extrinsic( - """ - distinct select on columns - """ - distinctOn: [ExtrinsicSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [ExtrinsicOrderBy!] - - """ - filter the rows returned - """ - where: ExtrinsicBoolExp - ): [Extrinsic!]! - - """ - fetch aggregated fields from the table: "extrinsic" - """ - extrinsicAggregate( - """ - distinct select on columns - """ - distinctOn: [ExtrinsicSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [ExtrinsicOrderBy!] - - """ - filter the rows returned - """ - where: ExtrinsicBoolExp - ): ExtrinsicAggregate! - - """ - fetch data from the table: "extrinsic" using primary key columns - """ - extrinsicByPk(id: String!): Extrinsic - - """ - execute function "get_ud_history" which returns "ud_history" - """ - getUdHistory( - """ - input parameters for function "getUdHistory" - """ - args: getUdHistoryArgs! - - """ - distinct select on columns - """ - distinctOn: [UdHistorySelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [UdHistoryOrderBy!] - - """ - filter the rows returned - """ - where: UdHistoryBoolExp - ): [UdHistory!]! - - """ - execute function "get_ud_history" and query aggregates on result of table type "ud_history" - """ - getUdHistoryAggregate( - """ - input parameters for function "getUdHistoryAggregate" - """ - args: getUdHistoryArgs! - - """ - distinct select on columns - """ - distinctOn: [UdHistorySelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [UdHistoryOrderBy!] - - """ - filter the rows returned - """ - where: UdHistoryBoolExp - ): UdHistoryAggregate! - - """ - fetch data from the table: "identity" - """ - identity( - """ - distinct select on columns - """ - distinctOn: [IdentitySelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [IdentityOrderBy!] - - """ - filter the rows returned - """ - where: IdentityBoolExp - ): [Identity!]! - - """ - fetch aggregated fields from the table: "identity" - """ - identityAggregate( - """ - distinct select on columns - """ - distinctOn: [IdentitySelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [IdentityOrderBy!] - - """ - filter the rows returned - """ - where: IdentityBoolExp - ): IdentityAggregate! - - """ - fetch data from the table: "identity" using primary key columns - """ - identityByPk(id: String!): Identity - - """ - fetch data from the table: "items_counter" - """ - itemsCounter( - """ - distinct select on columns - """ - distinctOn: [ItemsCounterSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [ItemsCounterOrderBy!] - - """ - filter the rows returned - """ - where: ItemsCounterBoolExp - ): [ItemsCounter!]! - - """ - fetch aggregated fields from the table: "items_counter" - """ - itemsCounterAggregate( - """ - distinct select on columns - """ - distinctOn: [ItemsCounterSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [ItemsCounterOrderBy!] - - """ - filter the rows returned - """ - where: ItemsCounterBoolExp - ): ItemsCounterAggregate! - - """ - fetch data from the table: "items_counter" using primary key columns - """ - itemsCounterByPk(id: String!): ItemsCounter - - """ - fetch data from the table: "membership_event" - """ - membershipEvent( - """ - distinct select on columns - """ - distinctOn: [MembershipEventSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [MembershipEventOrderBy!] - - """ - filter the rows returned - """ - where: MembershipEventBoolExp - ): [MembershipEvent!]! - - """ - fetch aggregated fields from the table: "membership_event" - """ - membershipEventAggregate( - """ - distinct select on columns - """ - distinctOn: [MembershipEventSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [MembershipEventOrderBy!] - - """ - filter the rows returned - """ - where: MembershipEventBoolExp - ): MembershipEventAggregate! - - """ - fetch data from the table: "membership_event" using primary key columns - """ - membershipEventByPk(id: String!): MembershipEvent - - """ - fetch data from the table: "smith_cert" - """ - smithCert( - """ - distinct select on columns - """ - distinctOn: [SmithCertSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [SmithCertOrderBy!] - - """ - filter the rows returned - """ - where: SmithCertBoolExp - ): [SmithCert!]! - - """ - fetch aggregated fields from the table: "smith_cert" - """ - smithCertAggregate( - """ - distinct select on columns - """ - distinctOn: [SmithCertSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [SmithCertOrderBy!] - - """ - filter the rows returned - """ - where: SmithCertBoolExp - ): SmithCertAggregate! - - """ - fetch data from the table: "smith_cert" using primary key columns - """ - smithCertByPk(id: String!): SmithCert - - """ - fetch data from the table: "transfer" - """ - transfer( - """ - distinct select on columns - """ - distinctOn: [TransferSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [TransferOrderBy!] - - """ - filter the rows returned - """ - where: TransferBoolExp - ): [Transfer!]! - - """ - fetch aggregated fields from the table: "transfer" - """ - transferAggregate( - """ - distinct select on columns - """ - distinctOn: [TransferSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [TransferOrderBy!] - - """ - filter the rows returned - """ - where: TransferBoolExp - ): TransferAggregate! - - """ - fetch data from the table: "transfer" using primary key columns - """ - transferByPk(id: String!): Transfer - - """ - fetch data from the table: "ud_history" - """ - udHistory( - """ - distinct select on columns - """ - distinctOn: [UdHistorySelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [UdHistoryOrderBy!] - - """ - filter the rows returned - """ - where: UdHistoryBoolExp - ): [UdHistory!]! - - """ - fetch aggregated fields from the table: "ud_history" - """ - udHistoryAggregate( - """ - distinct select on columns - """ - distinctOn: [UdHistorySelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [UdHistoryOrderBy!] - - """ - filter the rows returned - """ - where: UdHistoryBoolExp - ): UdHistoryAggregate! - - """ - fetch data from the table: "ud_history" using primary key columns - """ - udHistoryByPk(id: String!): UdHistory - - """ - fetch data from the table: "ud_reeval" - """ - udReeval( - """ - distinct select on columns - """ - distinctOn: [UdReevalSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [UdReevalOrderBy!] - - """ - filter the rows returned - """ - where: UdReevalBoolExp - ): [UdReeval!]! - - """ - fetch aggregated fields from the table: "ud_reeval" - """ - udReevalAggregate( - """ - distinct select on columns - """ - distinctOn: [UdReevalSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [UdReevalOrderBy!] - - """ - filter the rows returned - """ - where: UdReevalBoolExp - ): UdReevalAggregate! - - """ - fetch data from the table: "ud_reeval" using primary key columns - """ - udReevalByPk(id: String!): UdReeval - - """ - fetch data from the table: "universal_dividend" - """ - universalDividend( - """ - distinct select on columns - """ - distinctOn: [UniversalDividendSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [UniversalDividendOrderBy!] - - """ - filter the rows returned - """ - where: UniversalDividendBoolExp - ): [UniversalDividend!]! - - """ - fetch aggregated fields from the table: "universal_dividend" - """ - universalDividendAggregate( - """ - distinct select on columns - """ - distinctOn: [UniversalDividendSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [UniversalDividendOrderBy!] - - """ - filter the rows returned - """ - where: UniversalDividendBoolExp - ): UniversalDividendAggregate! - - """ - fetch data from the table: "universal_dividend" using primary key columns - """ - universalDividendByPk(id: String!): UniversalDividend -} - -input smithCertAggregateBoolExpCount { - arguments: [SmithCertSelectColumn!] - distinct: Boolean - filter: SmithCertBoolExp - predicate: IntComparisonExp! -} - -type subscription_root { - """ - fetch data from the table: "account" - """ - account( - """ - distinct select on columns - """ - distinctOn: [AccountSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [AccountOrderBy!] - - """ - filter the rows returned - """ - where: AccountBoolExp - ): [Account!]! - - """ - fetch aggregated fields from the table: "account" - """ - accountAggregate( - """ - distinct select on columns - """ - distinctOn: [AccountSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [AccountOrderBy!] - - """ - filter the rows returned - """ - where: AccountBoolExp - ): AccountAggregate! - - """ - fetch data from the table: "account" using primary key columns - """ - accountByPk(id: String!): Account - - """ - fetch data from the table in a streaming manner: "account" - """ - accountStream( - """ - maximum number of rows returned in a single batch - """ - batchSize: Int! - - """ - cursor to stream the results returned by the query - """ - cursor: [AccountStreamCursorInput]! - - """ - filter the rows returned - """ - where: AccountBoolExp - ): [Account!]! - - """ - fetch data from the table: "block" - """ - block( - """ - distinct select on columns - """ - distinctOn: [BlockSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [BlockOrderBy!] - - """ - filter the rows returned - """ - where: BlockBoolExp - ): [Block!]! - - """ - fetch aggregated fields from the table: "block" - """ - blockAggregate( - """ - distinct select on columns - """ - distinctOn: [BlockSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [BlockOrderBy!] - - """ - filter the rows returned - """ - where: BlockBoolExp - ): BlockAggregate! - - """ - fetch data from the table: "block" using primary key columns - """ - blockByPk(id: String!): Block - - """ - fetch data from the table in a streaming manner: "block" - """ - blockStream( - """ - maximum number of rows returned in a single batch - """ - batchSize: Int! - - """ - cursor to stream the results returned by the query - """ - cursor: [BlockStreamCursorInput]! - - """ - filter the rows returned - """ - where: BlockBoolExp - ): [Block!]! - - """ - fetch data from the table: "call" - """ - call( - """ - distinct select on columns - """ - distinctOn: [CallSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [CallOrderBy!] - - """ - filter the rows returned - """ - where: CallBoolExp - ): [Call!]! - - """ - fetch aggregated fields from the table: "call" - """ - callAggregate( - """ - distinct select on columns - """ - distinctOn: [CallSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [CallOrderBy!] - - """ - filter the rows returned - """ - where: CallBoolExp - ): CallAggregate! - - """ - fetch data from the table: "call" using primary key columns - """ - callByPk(id: String!): Call - - """ - fetch data from the table in a streaming manner: "call" - """ - callStream( - """ - maximum number of rows returned in a single batch - """ - batchSize: Int! - - """ - cursor to stream the results returned by the query - """ - cursor: [CallStreamCursorInput]! - - """ - filter the rows returned - """ - where: CallBoolExp - ): [Call!]! - - """ - fetch data from the table: "cert" - """ - cert( - """ - distinct select on columns - """ - distinctOn: [CertSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [CertOrderBy!] - - """ - filter the rows returned - """ - where: CertBoolExp - ): [Cert!]! - - """ - fetch aggregated fields from the table: "cert" - """ - certAggregate( - """ - distinct select on columns - """ - distinctOn: [CertSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [CertOrderBy!] - - """ - filter the rows returned - """ - where: CertBoolExp - ): CertAggregate! - - """ - fetch data from the table: "cert" using primary key columns - """ - certByPk(id: String!): Cert - - """ - fetch data from the table: "cert_event" - """ - certEvent( - """ - distinct select on columns - """ - distinctOn: [CertEventSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [CertEventOrderBy!] - - """ - filter the rows returned - """ - where: CertEventBoolExp - ): [CertEvent!]! - - """ - fetch aggregated fields from the table: "cert_event" - """ - certEventAggregate( - """ - distinct select on columns - """ - distinctOn: [CertEventSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [CertEventOrderBy!] - - """ - filter the rows returned - """ - where: CertEventBoolExp - ): CertEventAggregate! - - """ - fetch data from the table: "cert_event" using primary key columns - """ - certEventByPk(id: String!): CertEvent - - """ - fetch data from the table in a streaming manner: "cert_event" - """ - certEventStream( - """ - maximum number of rows returned in a single batch - """ - batchSize: Int! - - """ - cursor to stream the results returned by the query - """ - cursor: [CertEventStreamCursorInput]! - - """ - filter the rows returned - """ - where: CertEventBoolExp - ): [CertEvent!]! - - """ - fetch data from the table in a streaming manner: "cert" - """ - certStream( - """ - maximum number of rows returned in a single batch - """ - batchSize: Int! - - """ - cursor to stream the results returned by the query - """ - cursor: [CertStreamCursorInput]! - - """ - filter the rows returned - """ - where: CertBoolExp - ): [Cert!]! - - """ - fetch data from the table: "change_owner_key" - """ - changeOwnerKey( - """ - distinct select on columns - """ - distinctOn: [ChangeOwnerKeySelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [ChangeOwnerKeyOrderBy!] - - """ - filter the rows returned - """ - where: ChangeOwnerKeyBoolExp - ): [ChangeOwnerKey!]! - - """ - fetch aggregated fields from the table: "change_owner_key" - """ - changeOwnerKeyAggregate( - """ - distinct select on columns - """ - distinctOn: [ChangeOwnerKeySelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [ChangeOwnerKeyOrderBy!] - - """ - filter the rows returned - """ - where: ChangeOwnerKeyBoolExp - ): ChangeOwnerKeyAggregate! - - """ - fetch data from the table: "change_owner_key" using primary key columns - """ - changeOwnerKeyByPk(id: String!): ChangeOwnerKey - - """ - fetch data from the table in a streaming manner: "change_owner_key" - """ - changeOwnerKeyStream( - """ - maximum number of rows returned in a single batch - """ - batchSize: Int! - - """ - cursor to stream the results returned by the query - """ - cursor: [ChangeOwnerKeyStreamCursorInput]! - - """ - filter the rows returned - """ - where: ChangeOwnerKeyBoolExp - ): [ChangeOwnerKey!]! - - """ - fetch data from the table: "event" - """ - event( - """ - distinct select on columns - """ - distinctOn: [EventSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [EventOrderBy!] - - """ - filter the rows returned - """ - where: EventBoolExp - ): [Event!]! - - """ - fetch aggregated fields from the table: "event" - """ - eventAggregate( - """ - distinct select on columns - """ - distinctOn: [EventSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [EventOrderBy!] - - """ - filter the rows returned - """ - where: EventBoolExp - ): EventAggregate! - - """ - fetch data from the table: "event" using primary key columns - """ - eventByPk(id: String!): Event - - """ - fetch data from the table in a streaming manner: "event" - """ - eventStream( - """ - maximum number of rows returned in a single batch - """ - batchSize: Int! - - """ - cursor to stream the results returned by the query - """ - cursor: [EventStreamCursorInput]! - - """ - filter the rows returned - """ - where: EventBoolExp - ): [Event!]! - - """ - fetch data from the table: "extrinsic" - """ - extrinsic( - """ - distinct select on columns - """ - distinctOn: [ExtrinsicSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [ExtrinsicOrderBy!] - - """ - filter the rows returned - """ - where: ExtrinsicBoolExp - ): [Extrinsic!]! - - """ - fetch aggregated fields from the table: "extrinsic" - """ - extrinsicAggregate( - """ - distinct select on columns - """ - distinctOn: [ExtrinsicSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [ExtrinsicOrderBy!] - - """ - filter the rows returned - """ - where: ExtrinsicBoolExp - ): ExtrinsicAggregate! - - """ - fetch data from the table: "extrinsic" using primary key columns - """ - extrinsicByPk(id: String!): Extrinsic - - """ - fetch data from the table in a streaming manner: "extrinsic" - """ - extrinsicStream( - """ - maximum number of rows returned in a single batch - """ - batchSize: Int! - - """ - cursor to stream the results returned by the query - """ - cursor: [ExtrinsicStreamCursorInput]! - - """ - filter the rows returned - """ - where: ExtrinsicBoolExp - ): [Extrinsic!]! - - """ - execute function "get_ud_history" which returns "ud_history" - """ - getUdHistory( - """ - input parameters for function "getUdHistory" - """ - args: getUdHistoryArgs! - - """ - distinct select on columns - """ - distinctOn: [UdHistorySelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [UdHistoryOrderBy!] - - """ - filter the rows returned - """ - where: UdHistoryBoolExp - ): [UdHistory!]! - - """ - execute function "get_ud_history" and query aggregates on result of table type "ud_history" - """ - getUdHistoryAggregate( - """ - input parameters for function "getUdHistoryAggregate" - """ - args: getUdHistoryArgs! - - """ - distinct select on columns - """ - distinctOn: [UdHistorySelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [UdHistoryOrderBy!] - - """ - filter the rows returned - """ - where: UdHistoryBoolExp - ): UdHistoryAggregate! - - """ - fetch data from the table: "identity" - """ - identity( - """ - distinct select on columns - """ - distinctOn: [IdentitySelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [IdentityOrderBy!] - - """ - filter the rows returned - """ - where: IdentityBoolExp - ): [Identity!]! - - """ - fetch aggregated fields from the table: "identity" - """ - identityAggregate( - """ - distinct select on columns - """ - distinctOn: [IdentitySelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [IdentityOrderBy!] - - """ - filter the rows returned - """ - where: IdentityBoolExp - ): IdentityAggregate! - - """ - fetch data from the table: "identity" using primary key columns - """ - identityByPk(id: String!): Identity - - """ - fetch data from the table in a streaming manner: "identity" - """ - identityStream( - """ - maximum number of rows returned in a single batch - """ - batchSize: Int! - - """ - cursor to stream the results returned by the query - """ - cursor: [IdentityStreamCursorInput]! - - """ - filter the rows returned - """ - where: IdentityBoolExp - ): [Identity!]! - - """ - fetch data from the table: "items_counter" - """ - itemsCounter( - """ - distinct select on columns - """ - distinctOn: [ItemsCounterSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [ItemsCounterOrderBy!] - - """ - filter the rows returned - """ - where: ItemsCounterBoolExp - ): [ItemsCounter!]! - - """ - fetch aggregated fields from the table: "items_counter" - """ - itemsCounterAggregate( - """ - distinct select on columns - """ - distinctOn: [ItemsCounterSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [ItemsCounterOrderBy!] - - """ - filter the rows returned - """ - where: ItemsCounterBoolExp - ): ItemsCounterAggregate! - - """ - fetch data from the table: "items_counter" using primary key columns - """ - itemsCounterByPk(id: String!): ItemsCounter - - """ - fetch data from the table in a streaming manner: "items_counter" - """ - itemsCounterStream( - """ - maximum number of rows returned in a single batch - """ - batchSize: Int! - - """ - cursor to stream the results returned by the query - """ - cursor: [ItemsCounterStreamCursorInput]! - - """ - filter the rows returned - """ - where: ItemsCounterBoolExp - ): [ItemsCounter!]! - - """ - fetch data from the table: "membership_event" - """ - membershipEvent( - """ - distinct select on columns - """ - distinctOn: [MembershipEventSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [MembershipEventOrderBy!] - - """ - filter the rows returned - """ - where: MembershipEventBoolExp - ): [MembershipEvent!]! - - """ - fetch aggregated fields from the table: "membership_event" - """ - membershipEventAggregate( - """ - distinct select on columns - """ - distinctOn: [MembershipEventSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [MembershipEventOrderBy!] - - """ - filter the rows returned - """ - where: MembershipEventBoolExp - ): MembershipEventAggregate! - - """ - fetch data from the table: "membership_event" using primary key columns - """ - membershipEventByPk(id: String!): MembershipEvent - - """ - fetch data from the table in a streaming manner: "membership_event" - """ - membershipEventStream( - """ - maximum number of rows returned in a single batch - """ - batchSize: Int! - - """ - cursor to stream the results returned by the query - """ - cursor: [MembershipEventStreamCursorInput]! - - """ - filter the rows returned - """ - where: MembershipEventBoolExp - ): [MembershipEvent!]! - - """ - fetch data from the table: "smith_cert" - """ - smithCert( - """ - distinct select on columns - """ - distinctOn: [SmithCertSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [SmithCertOrderBy!] - - """ - filter the rows returned - """ - where: SmithCertBoolExp - ): [SmithCert!]! - - """ - fetch aggregated fields from the table: "smith_cert" - """ - smithCertAggregate( - """ - distinct select on columns - """ - distinctOn: [SmithCertSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [SmithCertOrderBy!] - - """ - filter the rows returned - """ - where: SmithCertBoolExp - ): SmithCertAggregate! - - """ - fetch data from the table: "smith_cert" using primary key columns - """ - smithCertByPk(id: String!): SmithCert - - """ - fetch data from the table in a streaming manner: "smith_cert" - """ - smithCertStream( - """ - maximum number of rows returned in a single batch - """ - batchSize: Int! - - """ - cursor to stream the results returned by the query - """ - cursor: [SmithCertStreamCursorInput]! - - """ - filter the rows returned - """ - where: SmithCertBoolExp - ): [SmithCert!]! - - """ - fetch data from the table: "transfer" - """ - transfer( - """ - distinct select on columns - """ - distinctOn: [TransferSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [TransferOrderBy!] - - """ - filter the rows returned - """ - where: TransferBoolExp - ): [Transfer!]! - - """ - fetch aggregated fields from the table: "transfer" - """ - transferAggregate( - """ - distinct select on columns - """ - distinctOn: [TransferSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [TransferOrderBy!] - - """ - filter the rows returned - """ - where: TransferBoolExp - ): TransferAggregate! - - """ - fetch data from the table: "transfer" using primary key columns - """ - transferByPk(id: String!): Transfer - - """ - fetch data from the table in a streaming manner: "transfer" - """ - transferStream( - """ - maximum number of rows returned in a single batch - """ - batchSize: Int! - - """ - cursor to stream the results returned by the query - """ - cursor: [TransferStreamCursorInput]! - - """ - filter the rows returned - """ - where: TransferBoolExp - ): [Transfer!]! - - """ - fetch data from the table: "ud_history" - """ - udHistory( - """ - distinct select on columns - """ - distinctOn: [UdHistorySelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [UdHistoryOrderBy!] - - """ - filter the rows returned - """ - where: UdHistoryBoolExp - ): [UdHistory!]! - - """ - fetch aggregated fields from the table: "ud_history" - """ - udHistoryAggregate( - """ - distinct select on columns - """ - distinctOn: [UdHistorySelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [UdHistoryOrderBy!] - - """ - filter the rows returned - """ - where: UdHistoryBoolExp - ): UdHistoryAggregate! - - """ - fetch data from the table: "ud_history" using primary key columns - """ - udHistoryByPk(id: String!): UdHistory - - """ - fetch data from the table in a streaming manner: "ud_history" - """ - udHistoryStream( - """ - maximum number of rows returned in a single batch - """ - batchSize: Int! - - """ - cursor to stream the results returned by the query - """ - cursor: [UdHistoryStreamCursorInput]! - - """ - filter the rows returned - """ - where: UdHistoryBoolExp - ): [UdHistory!]! - - """ - fetch data from the table: "ud_reeval" - """ - udReeval( - """ - distinct select on columns - """ - distinctOn: [UdReevalSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [UdReevalOrderBy!] - - """ - filter the rows returned - """ - where: UdReevalBoolExp - ): [UdReeval!]! - - """ - fetch aggregated fields from the table: "ud_reeval" - """ - udReevalAggregate( - """ - distinct select on columns - """ - distinctOn: [UdReevalSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [UdReevalOrderBy!] - - """ - filter the rows returned - """ - where: UdReevalBoolExp - ): UdReevalAggregate! - - """ - fetch data from the table: "ud_reeval" using primary key columns - """ - udReevalByPk(id: String!): UdReeval - - """ - fetch data from the table in a streaming manner: "ud_reeval" - """ - udReevalStream( - """ - maximum number of rows returned in a single batch - """ - batchSize: Int! - - """ - cursor to stream the results returned by the query - """ - cursor: [UdReevalStreamCursorInput]! - - """ - filter the rows returned - """ - where: UdReevalBoolExp - ): [UdReeval!]! - - """ - fetch data from the table: "universal_dividend" - """ - universalDividend( - """ - distinct select on columns - """ - distinctOn: [UniversalDividendSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [UniversalDividendOrderBy!] - - """ - filter the rows returned - """ - where: UniversalDividendBoolExp - ): [UniversalDividend!]! - - """ - fetch aggregated fields from the table: "universal_dividend" - """ - universalDividendAggregate( - """ - distinct select on columns - """ - distinctOn: [UniversalDividendSelectColumn!] - - """ - limit the number of rows returned - """ - limit: Int - - """ - skip the first n rows. Use only with order_by - """ - offset: Int - - """ - sort the rows by one or more columns - """ - orderBy: [UniversalDividendOrderBy!] - - """ - filter the rows returned - """ - where: UniversalDividendBoolExp - ): UniversalDividendAggregate! - - """ - fetch data from the table: "universal_dividend" using primary key columns - """ - universalDividendByPk(id: String!): UniversalDividend - - """ - fetch data from the table in a streaming manner: "universal_dividend" - """ - universalDividendStream( - """ - maximum number of rows returned in a single batch - """ - batchSize: Int! - - """ - cursor to stream the results returned by the query - """ - cursor: [UniversalDividendStreamCursorInput]! - - """ - filter the rows returned - """ - where: UniversalDividendBoolExp - ): [UniversalDividend!]! -} - -scalar timestamptz - -input transferAggregateBoolExpCount { - arguments: [TransferSelectColumn!] - distinct: Boolean - filter: TransferBoolExp - predicate: IntComparisonExp! -} diff --git a/g1bridge/res/indexer-schema.json b/g1bridge/res/indexer-schema.json deleted file mode 100644 index 25078a8..0000000 --- a/g1bridge/res/indexer-schema.json +++ /dev/null @@ -1,51820 +0,0 @@ -{ - "data": { - "__schema": { - "directives": [ - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "if", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - } - ], - "description": "whether this query should be included", - "locations": [ - "FIELD", - "FRAGMENT_SPREAD", - "INLINE_FRAGMENT" - ], - "name": "include" - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "if", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - } - ], - "description": "whether this query should be skipped", - "locations": [ - "FIELD", - "FRAGMENT_SPREAD", - "INLINE_FRAGMENT" - ], - "name": "skip" - }, - { - "args": [ - { - "defaultValue": "60", - "description": "measured in seconds", - "name": "ttl", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": "false", - "description": "refresh the cache entry", - "name": "refresh", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - } - ], - "description": "whether this query should be cached (Hasura Cloud only)", - "locations": [ - "QUERY" - ], - "name": "cached" - } - ], - "mutationType": null, - "queryType": { - "name": "query_root" - }, - "subscriptionType": { - "name": "subscription_root" - }, - "types": [ - { - "description": "columns and relationships of \"account\"", - "enumValues": null, - "fields": [ - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "TxCommentSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TxCommentOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TxCommentBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "commentsIssued", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TxComment", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "TxCommentSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TxCommentOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TxCommentBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "commentsIssuedAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TxCommentAggregate", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "identity", - "type": { - "kind": "OBJECT", - "name": "Identity", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "isActive", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "linkedIdentity", - "type": { - "kind": "OBJECT", - "name": "Identity", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "linkedIdentityId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "IdentitySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "IdentityOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "removedIdentities", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Identity", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "IdentitySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "IdentityOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "removedIdentitiesAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "IdentityAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "TransferSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TransferOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "transfersIssued", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Transfer", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "TransferSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TransferOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "transfersIssuedAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TransferAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "TransferSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TransferOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "transfersReceived", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Transfer", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "TransferSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TransferOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "transfersReceivedAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TransferAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ChangeOwnerKeySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "wasIdentity", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ChangeOwnerKey", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ChangeOwnerKeySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "wasIdentityAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ChangeOwnerKeyAggregate", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "Account", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"account\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "AccountAggregateFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "AccountAggregate", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "bool_and", - "type": { - "kind": "INPUT_OBJECT", - "name": "accountAggregateBoolExpBool_and", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "bool_or", - "type": { - "kind": "INPUT_OBJECT", - "name": "accountAggregateBoolExpBool_or", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "INPUT_OBJECT", - "name": "accountAggregateBoolExpCount", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "AccountAggregateBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"account\"", - "enumValues": null, - "fields": [ - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AccountSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "AccountMaxFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "AccountMinFields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "AccountAggregateFields", - "possibleTypes": null - }, - { - "description": "order by aggregate values of table \"account\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountMaxOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountMinOrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "AccountAggregateOrderBy", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"account\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "commentsIssued", - "type": { - "kind": "INPUT_OBJECT", - "name": "TxCommentBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "commentsIssuedAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "TxCommentAggregateBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identity", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "isActive", - "type": { - "kind": "INPUT_OBJECT", - "name": "BooleanComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "linkedIdentity", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "linkedIdentityId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "removedIdentities", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "removedIdentitiesAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityAggregateBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transfersIssued", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transfersIssuedAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferAggregateBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transfersReceived", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transfersReceivedAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferAggregateBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "wasIdentity", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "wasIdentityAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyAggregateBoolExp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "AccountBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "linkedIdentityId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "AccountMaxFields", - "possibleTypes": null - }, - { - "description": "order by max() on columns of table \"account\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "linkedIdentityId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "AccountMaxOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "linkedIdentityId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "AccountMinFields", - "possibleTypes": null - }, - { - "description": "order by min() on columns of table \"account\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "linkedIdentityId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "AccountMinOrderBy", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"account\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "commentsIssuedAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "TxCommentAggregateOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identity", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "isActive", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "linkedIdentity", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "linkedIdentityId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "removedIdentitiesAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityAggregateOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transfersIssuedAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferAggregateOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transfersReceivedAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferAggregateOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "wasIdentityAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyAggregateOrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "AccountOrderBy", - "possibleTypes": null - }, - { - "description": "select columns of table \"account\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "isActive" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "linkedIdentityId" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "AccountSelectColumn", - "possibleTypes": null - }, - { - "description": "select \"accountAggregateBoolExpBool_andArgumentsColumns\" columns of table \"account\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "isActive" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "AccountSelectColumnAccountAggregateBoolExpBool_andArgumentsColumns", - "possibleTypes": null - }, - { - "description": "select \"accountAggregateBoolExpBool_orArgumentsColumns\" columns of table \"account\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "isActive" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "AccountSelectColumnAccountAggregateBoolExpBool_orArgumentsColumns", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"account\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initialValue", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountStreamCursorValueInput", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "CursorOrdering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "AccountStreamCursorInput", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "isActive", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "linkedIdentityId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "AccountStreamCursorValueInput", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"block\"", - "enumValues": null, - "fields": [ - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CallSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CallOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "calls", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Call", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CallSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CallOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "callsAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CallAggregate", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "callsCount", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "EventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "events", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Event", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "EventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "eventsAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "EventAggregate", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventsCount", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ExtrinsicSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "extrinsics", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Extrinsic", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ExtrinsicSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "extrinsicsAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ExtrinsicAggregate", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "extrinsicsCount", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "extrinsicsicRoot", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bytea", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "hash", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bytea", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "height", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "implName", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "implVersion", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "parentHash", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bytea", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "specName", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "specVersion", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stateRoot", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bytea", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "validator", - "type": { - "kind": "SCALAR", - "name": "bytea", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "Block", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"block\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "BlockAggregateFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Block", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "BlockAggregate", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"block\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "BlockAvgFields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "BlockSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "BlockMaxFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "BlockMinFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "BlockStddevFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevPop", - "type": { - "kind": "OBJECT", - "name": "BlockStddevPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevSamp", - "type": { - "kind": "OBJECT", - "name": "BlockStddevSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "BlockSumFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varPop", - "type": { - "kind": "OBJECT", - "name": "BlockVarPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varSamp", - "type": { - "kind": "OBJECT", - "name": "BlockVarSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "BlockVarianceFields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "BlockAggregateFields", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "callsCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventsCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "extrinsicsCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "implVersion", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "specVersion", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "BlockAvgFields", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"block\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BlockBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "BlockBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BlockBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "calls", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "callsAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallAggregateBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "callsCount", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "events", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventsAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventAggregateBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventsCount", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "extrinsics", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "extrinsicsAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicAggregateBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "extrinsicsCount", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "extrinsicsicRoot", - "type": { - "kind": "INPUT_OBJECT", - "name": "ByteaComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "ByteaComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "height", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "implName", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "implVersion", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "parentHash", - "type": { - "kind": "INPUT_OBJECT", - "name": "ByteaComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "specName", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "specVersion", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stateRoot", - "type": { - "kind": "INPUT_OBJECT", - "name": "ByteaComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "TimestamptzComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "validator", - "type": { - "kind": "INPUT_OBJECT", - "name": "ByteaComparisonExp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "BlockBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "callsCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventsCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "extrinsicsCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "implName", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "implVersion", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "specName", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "specVersion", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "BlockMaxFields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "callsCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventsCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "extrinsicsCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "implName", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "implVersion", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "specName", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "specVersion", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "BlockMinFields", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"block\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "callsAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallAggregateOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "callsCount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventsAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventAggregateOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventsCount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "extrinsicsAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicAggregateOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "extrinsicsCount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "extrinsicsicRoot", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hash", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "height", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "implName", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "implVersion", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "parentHash", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "specName", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "specVersion", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stateRoot", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "validator", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "BlockOrderBy", - "possibleTypes": null - }, - { - "description": "select columns of table \"block\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "callsCount" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "eventsCount" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "extrinsicsCount" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "extrinsicsicRoot" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "hash" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "height" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "implName" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "implVersion" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "parentHash" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "specName" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "specVersion" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "stateRoot" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "timestamp" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "validator" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "BlockSelectColumn", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "callsCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventsCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "extrinsicsCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "implVersion", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "specVersion", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "BlockStddevFields", - "possibleTypes": null - }, - { - "description": "aggregate stddevPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "callsCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventsCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "extrinsicsCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "implVersion", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "specVersion", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "BlockStddevPopFields", - "possibleTypes": null - }, - { - "description": "aggregate stddevSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "callsCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventsCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "extrinsicsCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "implVersion", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "specVersion", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "BlockStddevSampFields", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"block\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initialValue", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BlockStreamCursorValueInput", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "CursorOrdering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "BlockStreamCursorInput", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "callsCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventsCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "extrinsicsCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "extrinsicsicRoot", - "type": { - "kind": "SCALAR", - "name": "bytea", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "bytea", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "implName", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "implVersion", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "parentHash", - "type": { - "kind": "SCALAR", - "name": "bytea", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "specName", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "specVersion", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stateRoot", - "type": { - "kind": "SCALAR", - "name": "bytea", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "validator", - "type": { - "kind": "SCALAR", - "name": "bytea", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "BlockStreamCursorValueInput", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "callsCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventsCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "extrinsicsCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "implVersion", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "specVersion", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "BlockSumFields", - "possibleTypes": null - }, - { - "description": "aggregate varPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "callsCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventsCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "extrinsicsCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "implVersion", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "specVersion", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "BlockVarPopFields", - "possibleTypes": null - }, - { - "description": "aggregate varSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "callsCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventsCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "extrinsicsCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "implVersion", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "specVersion", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "BlockVarSampFields", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "callsCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventsCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "extrinsicsCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "implVersion", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "specVersion", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "BlockVarianceFields", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "SCALAR", - "name": "Boolean", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"Boolean\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gt", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gte", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_in", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_isNull", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lt", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lte", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_neq", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_nin", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "BooleanComparisonExp", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"bytea\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "SCALAR", - "name": "bytea", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gt", - "type": { - "kind": "SCALAR", - "name": "bytea", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gte", - "type": { - "kind": "SCALAR", - "name": "bytea", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_in", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bytea", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_isNull", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lt", - "type": { - "kind": "SCALAR", - "name": "bytea", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lte", - "type": { - "kind": "SCALAR", - "name": "bytea", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_neq", - "type": { - "kind": "SCALAR", - "name": "bytea", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_nin", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bytea", - "ofType": null - } - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ByteaComparisonExp", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"call\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "address", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "JSON select path", - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "args", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "argsStr", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "block", - "type": { - "kind": "OBJECT", - "name": "Block", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "JSON select path", - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "error", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "EventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "events", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Event", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "EventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "eventsAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "EventAggregate", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "extrinsic", - "type": { - "kind": "OBJECT", - "name": "Extrinsic", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "extrinsicId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "pallet", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "parent", - "type": { - "kind": "OBJECT", - "name": "Call", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "parentId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CallSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CallOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "subcalls", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Call", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CallSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CallOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "subcallsAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CallAggregate", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "success", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "Call", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"call\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "CallAggregateFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Call", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CallAggregate", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "bool_and", - "type": { - "kind": "INPUT_OBJECT", - "name": "callAggregateBoolExpBool_and", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "bool_or", - "type": { - "kind": "INPUT_OBJECT", - "name": "callAggregateBoolExpBool_or", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "INPUT_OBJECT", - "name": "callAggregateBoolExpCount", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CallAggregateBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"call\"", - "enumValues": null, - "fields": [ - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CallSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "CallMaxFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "CallMinFields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CallAggregateFields", - "possibleTypes": null - }, - { - "description": "order by aggregate values of table \"call\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallMaxOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallMinOrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CallAggregateOrderBy", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"call\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CallBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CallBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "address", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntArrayComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "args", - "type": { - "kind": "INPUT_OBJECT", - "name": "JsonbComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "argsStr", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringArrayComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block", - "type": { - "kind": "INPUT_OBJECT", - "name": "BlockBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "error", - "type": { - "kind": "INPUT_OBJECT", - "name": "JsonbComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "events", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventsAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventAggregateBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "extrinsic", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "extrinsicId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "name", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "pallet", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "parent", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "parentId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "subcalls", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "subcallsAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallAggregateBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "success", - "type": { - "kind": "INPUT_OBJECT", - "name": "BooleanComparisonExp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CallBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "address", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "argsStr", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "extrinsicId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "pallet", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "parentId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CallMaxFields", - "possibleTypes": null - }, - { - "description": "order by max() on columns of table \"call\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "address", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "argsStr", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "extrinsicId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "name", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "pallet", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "parentId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CallMaxOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "address", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "argsStr", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "extrinsicId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "pallet", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "parentId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CallMinFields", - "possibleTypes": null - }, - { - "description": "order by min() on columns of table \"call\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "address", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "argsStr", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "extrinsicId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "name", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "pallet", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "parentId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CallMinOrderBy", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"call\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "address", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "args", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "argsStr", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block", - "type": { - "kind": "INPUT_OBJECT", - "name": "BlockOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "error", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventsAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventAggregateOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "extrinsic", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "extrinsicId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "name", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "pallet", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "parent", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "parentId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "subcallsAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallAggregateOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "success", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CallOrderBy", - "possibleTypes": null - }, - { - "description": "select columns of table \"call\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "address" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "args" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "argsStr" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "blockId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "error" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "extrinsicId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "name" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "pallet" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "parentId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "success" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "CallSelectColumn", - "possibleTypes": null - }, - { - "description": "select \"callAggregateBoolExpBool_andArgumentsColumns\" columns of table \"call\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "success" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "CallSelectColumnCallAggregateBoolExpBool_andArgumentsColumns", - "possibleTypes": null - }, - { - "description": "select \"callAggregateBoolExpBool_orArgumentsColumns\" columns of table \"call\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "success" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "CallSelectColumnCallAggregateBoolExpBool_orArgumentsColumns", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"call\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initialValue", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CallStreamCursorValueInput", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "CursorOrdering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CallStreamCursorInput", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "address", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "args", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "argsStr", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "error", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "extrinsicId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "pallet", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "parentId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "success", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CallStreamCursorValueInput", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"cert\"", - "enumValues": null, - "fields": [ - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CertEventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CertEventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertEventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "certHistory", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CertEvent", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CertEventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CertEventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertEventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "certHistoryAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CertEventAggregate", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "createdIn", - "type": { - "kind": "OBJECT", - "name": "Event", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdInId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "expireOn", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "isActive", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "issuer", - "type": { - "kind": "OBJECT", - "name": "Identity", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "issuerId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "receiver", - "type": { - "kind": "OBJECT", - "name": "Identity", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receiverId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "updatedIn", - "type": { - "kind": "OBJECT", - "name": "Event", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updatedInId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updatedOn", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "Cert", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"cert\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "CertAggregateFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Cert", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertAggregate", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "bool_and", - "type": { - "kind": "INPUT_OBJECT", - "name": "certAggregateBoolExpBool_and", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "bool_or", - "type": { - "kind": "INPUT_OBJECT", - "name": "certAggregateBoolExpBool_or", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "INPUT_OBJECT", - "name": "certAggregateBoolExpCount", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertAggregateBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"cert\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "CertAvgFields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CertSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "CertMaxFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "CertMinFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "CertStddevFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevPop", - "type": { - "kind": "OBJECT", - "name": "CertStddevPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevSamp", - "type": { - "kind": "OBJECT", - "name": "CertStddevSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "CertSumFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varPop", - "type": { - "kind": "OBJECT", - "name": "CertVarPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varSamp", - "type": { - "kind": "OBJECT", - "name": "CertVarSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "CertVarianceFields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertAggregateFields", - "possibleTypes": null - }, - { - "description": "order by aggregate values of table \"cert\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertAvgOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertMaxOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertMinOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertStddevOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddevPop", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertStddevPopOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddevSamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertStddevSampOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertSumOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "varPop", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertVarPopOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "varSamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertVarSampOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertVarianceOrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertAggregateOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "expireOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updatedOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertAvgFields", - "possibleTypes": null - }, - { - "description": "order by avg() on columns of table \"cert\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "updatedOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertAvgOrderBy", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"cert\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CertBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CertBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "certHistory", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertEventBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "certHistoryAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertEventAggregateBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "createdIn", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "createdInId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "isActive", - "type": { - "kind": "INPUT_OBJECT", - "name": "BooleanComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "issuer", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "issuerId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiverId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "updatedIn", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "updatedInId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "updatedOn", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertBoolExp", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"cert_event\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "cert", - "type": { - "kind": "OBJECT", - "name": "Cert", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "certId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "event", - "type": { - "kind": "OBJECT", - "name": "Event", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventType", - "type": { - "kind": "ENUM", - "name": "EventTypeEnum", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertEvent", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"cert_event\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "CertEventAggregateFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CertEvent", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertEventAggregate", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "INPUT_OBJECT", - "name": "certEventAggregateBoolExpCount", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertEventAggregateBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"cert_event\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "CertEventAvgFields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CertEventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "CertEventMaxFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "CertEventMinFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "CertEventStddevFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevPop", - "type": { - "kind": "OBJECT", - "name": "CertEventStddevPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevSamp", - "type": { - "kind": "OBJECT", - "name": "CertEventStddevSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "CertEventSumFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varPop", - "type": { - "kind": "OBJECT", - "name": "CertEventVarPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varSamp", - "type": { - "kind": "OBJECT", - "name": "CertEventVarSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "CertEventVarianceFields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertEventAggregateFields", - "possibleTypes": null - }, - { - "description": "order by aggregate values of table \"cert_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertEventAvgOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertEventMaxOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertEventMinOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertEventStddevOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddevPop", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertEventStddevPopOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddevSamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertEventStddevSampOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertEventSumOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "varPop", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertEventVarPopOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "varSamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertEventVarSampOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertEventVarianceOrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertEventAggregateOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertEventAvgFields", - "possibleTypes": null - }, - { - "description": "order by avg() on columns of table \"cert_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertEventAvgOrderBy", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"cert_event\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CertEventBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertEventBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CertEventBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "cert", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "certId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "event", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventType", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventTypeEnumComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertEventBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "certId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertEventMaxFields", - "possibleTypes": null - }, - { - "description": "order by max() on columns of table \"cert_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "certId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertEventMaxOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "certId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertEventMinFields", - "possibleTypes": null - }, - { - "description": "order by min() on columns of table \"cert_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "certId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertEventMinOrderBy", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"cert_event\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "cert", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "certId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "event", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventType", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertEventOrderBy", - "possibleTypes": null - }, - { - "description": "select columns of table \"cert_event\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "blockNumber" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "certId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "eventId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "eventType" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "CertEventSelectColumn", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertEventStddevFields", - "possibleTypes": null - }, - { - "description": "order by stddev() on columns of table \"cert_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertEventStddevOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate stddevPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertEventStddevPopFields", - "possibleTypes": null - }, - { - "description": "order by stddevPop() on columns of table \"cert_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertEventStddevPopOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate stddevSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertEventStddevSampFields", - "possibleTypes": null - }, - { - "description": "order by stddevSamp() on columns of table \"cert_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertEventStddevSampOrderBy", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"cert_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initialValue", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CertEventStreamCursorValueInput", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "CursorOrdering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertEventStreamCursorInput", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "certId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventType", - "type": { - "kind": "ENUM", - "name": "EventTypeEnum", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertEventStreamCursorValueInput", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertEventSumFields", - "possibleTypes": null - }, - { - "description": "order by sum() on columns of table \"cert_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertEventSumOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate varPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertEventVarPopFields", - "possibleTypes": null - }, - { - "description": "order by varPop() on columns of table \"cert_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertEventVarPopOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate varSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertEventVarSampFields", - "possibleTypes": null - }, - { - "description": "order by varSamp() on columns of table \"cert_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertEventVarSampOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertEventVarianceFields", - "possibleTypes": null - }, - { - "description": "order by variance() on columns of table \"cert_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertEventVarianceOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdInId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "expireOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "issuerId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receiverId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updatedInId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updatedOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertMaxFields", - "possibleTypes": null - }, - { - "description": "order by max() on columns of table \"cert\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdInId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "issuerId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiverId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "updatedInId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "updatedOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertMaxOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdInId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "expireOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "issuerId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receiverId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updatedInId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updatedOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertMinFields", - "possibleTypes": null - }, - { - "description": "order by min() on columns of table \"cert\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdInId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "issuerId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiverId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "updatedInId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "updatedOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertMinOrderBy", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"cert\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "certHistoryAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertEventAggregateOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "createdIn", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "createdInId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "isActive", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "issuer", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "issuerId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiverId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "updatedIn", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "updatedInId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "updatedOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertOrderBy", - "possibleTypes": null - }, - { - "description": "select columns of table \"cert\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "createdInId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "createdOn" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "expireOn" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "isActive" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "issuerId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "receiverId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "updatedInId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "updatedOn" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "CertSelectColumn", - "possibleTypes": null - }, - { - "description": "select \"certAggregateBoolExpBool_andArgumentsColumns\" columns of table \"cert\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "isActive" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "CertSelectColumnCertAggregateBoolExpBool_andArgumentsColumns", - "possibleTypes": null - }, - { - "description": "select \"certAggregateBoolExpBool_orArgumentsColumns\" columns of table \"cert\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "isActive" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "CertSelectColumnCertAggregateBoolExpBool_orArgumentsColumns", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "expireOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updatedOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertStddevFields", - "possibleTypes": null - }, - { - "description": "order by stddev() on columns of table \"cert\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "updatedOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertStddevOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate stddevPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "expireOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updatedOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertStddevPopFields", - "possibleTypes": null - }, - { - "description": "order by stddevPop() on columns of table \"cert\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "updatedOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertStddevPopOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate stddevSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "expireOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updatedOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertStddevSampFields", - "possibleTypes": null - }, - { - "description": "order by stddevSamp() on columns of table \"cert\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "updatedOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertStddevSampOrderBy", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"cert\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initialValue", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CertStreamCursorValueInput", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "CursorOrdering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertStreamCursorInput", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdInId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "isActive", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "issuerId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiverId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "updatedInId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "updatedOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertStreamCursorValueInput", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "expireOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updatedOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertSumFields", - "possibleTypes": null - }, - { - "description": "order by sum() on columns of table \"cert\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "updatedOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertSumOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate varPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "expireOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updatedOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertVarPopFields", - "possibleTypes": null - }, - { - "description": "order by varPop() on columns of table \"cert\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "updatedOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertVarPopOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate varSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "expireOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updatedOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertVarSampFields", - "possibleTypes": null - }, - { - "description": "order by varSamp() on columns of table \"cert\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "updatedOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertVarSampOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "expireOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updatedOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "CertVarianceFields", - "possibleTypes": null - }, - { - "description": "order by variance() on columns of table \"cert\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "updatedOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CertVarianceOrderBy", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"change_owner_key\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "identity", - "type": { - "kind": "OBJECT", - "name": "Identity", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "identityId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "next", - "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nextId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "previous", - "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "previousId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ChangeOwnerKey", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"change_owner_key\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "ChangeOwnerKeyAggregateFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ChangeOwnerKey", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ChangeOwnerKeyAggregate", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "INPUT_OBJECT", - "name": "changeOwnerKeyAggregateBoolExpCount", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyAggregateBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"change_owner_key\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "ChangeOwnerKeyAvgFields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ChangeOwnerKeySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "ChangeOwnerKeyMaxFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "ChangeOwnerKeyMinFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "ChangeOwnerKeyStddevFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevPop", - "type": { - "kind": "OBJECT", - "name": "ChangeOwnerKeyStddevPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevSamp", - "type": { - "kind": "OBJECT", - "name": "ChangeOwnerKeyStddevSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "ChangeOwnerKeySumFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varPop", - "type": { - "kind": "OBJECT", - "name": "ChangeOwnerKeyVarPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varSamp", - "type": { - "kind": "OBJECT", - "name": "ChangeOwnerKeyVarSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "ChangeOwnerKeyVarianceFields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ChangeOwnerKeyAggregateFields", - "possibleTypes": null - }, - { - "description": "order by aggregate values of table \"change_owner_key\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyAvgOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyMaxOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyMinOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyStddevOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddevPop", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyStddevPopOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddevSamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyStddevSampOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeySumOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "varPop", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyVarPopOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "varSamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyVarSampOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyVarianceOrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyAggregateOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ChangeOwnerKeyAvgFields", - "possibleTypes": null - }, - { - "description": "order by avg() on columns of table \"change_owner_key\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyAvgOrderBy", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"change_owner_key\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identity", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identityId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "next", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nextId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "previous", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "previousId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "identityId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nextId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "previousId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ChangeOwnerKeyMaxFields", - "possibleTypes": null - }, - { - "description": "order by max() on columns of table \"change_owner_key\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identityId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nextId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "previousId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyMaxOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "identityId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nextId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "previousId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ChangeOwnerKeyMinFields", - "possibleTypes": null - }, - { - "description": "order by min() on columns of table \"change_owner_key\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identityId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nextId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "previousId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyMinOrderBy", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"change_owner_key\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identity", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identityId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "next", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nextId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "previous", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "previousId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyOrderBy", - "possibleTypes": null - }, - { - "description": "select columns of table \"change_owner_key\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "blockNumber" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "identityId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "nextId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "previousId" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "ChangeOwnerKeySelectColumn", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ChangeOwnerKeyStddevFields", - "possibleTypes": null - }, - { - "description": "order by stddev() on columns of table \"change_owner_key\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyStddevOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate stddevPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ChangeOwnerKeyStddevPopFields", - "possibleTypes": null - }, - { - "description": "order by stddevPop() on columns of table \"change_owner_key\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyStddevPopOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate stddevSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ChangeOwnerKeyStddevSampFields", - "possibleTypes": null - }, - { - "description": "order by stddevSamp() on columns of table \"change_owner_key\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyStddevSampOrderBy", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"change_owner_key\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initialValue", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyStreamCursorValueInput", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "CursorOrdering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyStreamCursorInput", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identityId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nextId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "previousId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyStreamCursorValueInput", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ChangeOwnerKeySumFields", - "possibleTypes": null - }, - { - "description": "order by sum() on columns of table \"change_owner_key\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeySumOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate varPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ChangeOwnerKeyVarPopFields", - "possibleTypes": null - }, - { - "description": "order by varPop() on columns of table \"change_owner_key\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyVarPopOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate varSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ChangeOwnerKeyVarSampFields", - "possibleTypes": null - }, - { - "description": "order by varSamp() on columns of table \"change_owner_key\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyVarSampOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ChangeOwnerKeyVarianceFields", - "possibleTypes": null - }, - { - "description": "order by variance() on columns of table \"change_owner_key\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyVarianceOrderBy", - "possibleTypes": null - }, - { - "description": null, - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "ASCII" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "CID" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "RAW" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "UNICODE" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "CommentTypeEnum", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"CommentTypeEnum\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "ENUM", - "name": "CommentTypeEnum", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_in", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CommentTypeEnum", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_isNull", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_neq", - "type": { - "kind": "ENUM", - "name": "CommentTypeEnum", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_nin", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CommentTypeEnum", - "ofType": null - } - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CommentTypeEnumComparisonExp", - "possibleTypes": null - }, - { - "description": null, - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "GLOBAL" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "ITEM" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "PALLET" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "CounterLevelEnum", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"CounterLevelEnum\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "ENUM", - "name": "CounterLevelEnum", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_in", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CounterLevelEnum", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_isNull", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_neq", - "type": { - "kind": "ENUM", - "name": "CounterLevelEnum", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_nin", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CounterLevelEnum", - "ofType": null - } - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "CounterLevelEnumComparisonExp", - "possibleTypes": null - }, - { - "description": "ordering argument of a cursor", - "enumValues": [ - { - "deprecationReason": null, - "description": "ascending ordering of the cursor", - "isDeprecated": false, - "name": "ASC" - }, - { - "deprecationReason": null, - "description": "descending ordering of the cursor", - "isDeprecated": false, - "name": "DESC" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "CursorOrdering", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"event\"", - "enumValues": null, - "fields": [ - { - "args": [ - { - "defaultValue": null, - "description": "JSON select path", - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "args", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "argsStr", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "block", - "type": { - "kind": "OBJECT", - "name": "Block", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "call", - "type": { - "kind": "OBJECT", - "name": "Call", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "callId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "extrinsic", - "type": { - "kind": "OBJECT", - "name": "Extrinsic", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "extrinsicId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "pallet", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "phase", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "Event", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"event\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "EventAggregateFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Event", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "EventAggregate", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "INPUT_OBJECT", - "name": "eventAggregateBoolExpCount", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "EventAggregateBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"event\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "EventAvgFields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "EventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "EventMaxFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "EventMinFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "EventStddevFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevPop", - "type": { - "kind": "OBJECT", - "name": "EventStddevPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevSamp", - "type": { - "kind": "OBJECT", - "name": "EventStddevSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "EventSumFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varPop", - "type": { - "kind": "OBJECT", - "name": "EventVarPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varSamp", - "type": { - "kind": "OBJECT", - "name": "EventVarSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "EventVarianceFields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "EventAggregateFields", - "possibleTypes": null - }, - { - "description": "order by aggregate values of table \"event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventAvgOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventMaxOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventMinOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventStddevOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddevPop", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventStddevPopOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddevSamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventStddevSampOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventSumOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "varPop", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventVarPopOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "varSamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventVarSampOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventVarianceOrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "EventAggregateOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "EventAvgFields", - "possibleTypes": null - }, - { - "description": "order by avg() on columns of table \"event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "EventAvgOrderBy", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"event\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "args", - "type": { - "kind": "INPUT_OBJECT", - "name": "JsonbComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "argsStr", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringArrayComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block", - "type": { - "kind": "INPUT_OBJECT", - "name": "BlockBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "call", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "callId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "extrinsic", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "extrinsicId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "name", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "pallet", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "phase", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "argsStr", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "callId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "extrinsicId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "pallet", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "phase", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "EventMaxFields", - "possibleTypes": null - }, - { - "description": "order by max() on columns of table \"event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "argsStr", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "callId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "extrinsicId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "name", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "pallet", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "phase", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "EventMaxOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "argsStr", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "callId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "extrinsicId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "pallet", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "phase", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "EventMinFields", - "possibleTypes": null - }, - { - "description": "order by min() on columns of table \"event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "argsStr", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "callId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "extrinsicId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "name", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "pallet", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "phase", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "EventMinOrderBy", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"event\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "args", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "argsStr", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block", - "type": { - "kind": "INPUT_OBJECT", - "name": "BlockOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "call", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "callId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "extrinsic", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "extrinsicId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "name", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "pallet", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "phase", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "EventOrderBy", - "possibleTypes": null - }, - { - "description": "select columns of table \"event\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "args" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "argsStr" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "blockId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "callId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "extrinsicId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "index" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "name" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "pallet" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "phase" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "EventSelectColumn", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "EventStddevFields", - "possibleTypes": null - }, - { - "description": "order by stddev() on columns of table \"event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "EventStddevOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate stddevPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "EventStddevPopFields", - "possibleTypes": null - }, - { - "description": "order by stddevPop() on columns of table \"event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "EventStddevPopOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate stddevSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "EventStddevSampFields", - "possibleTypes": null - }, - { - "description": "order by stddevSamp() on columns of table \"event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "EventStddevSampOrderBy", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initialValue", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EventStreamCursorValueInput", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "CursorOrdering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "EventStreamCursorInput", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "args", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "argsStr", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "callId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "extrinsicId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "pallet", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "phase", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "EventStreamCursorValueInput", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "EventSumFields", - "possibleTypes": null - }, - { - "description": "order by sum() on columns of table \"event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "EventSumOrderBy", - "possibleTypes": null - }, - { - "description": null, - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "CREATION" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "REMOVAL" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "RENEWAL" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "EventTypeEnum", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"EventTypeEnum\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "ENUM", - "name": "EventTypeEnum", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_in", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "EventTypeEnum", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_isNull", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_neq", - "type": { - "kind": "ENUM", - "name": "EventTypeEnum", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_nin", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "EventTypeEnum", - "ofType": null - } - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "EventTypeEnumComparisonExp", - "possibleTypes": null - }, - { - "description": "aggregate varPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "EventVarPopFields", - "possibleTypes": null - }, - { - "description": "order by varPop() on columns of table \"event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "EventVarPopOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate varSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "EventVarSampFields", - "possibleTypes": null - }, - { - "description": "order by varSamp() on columns of table \"event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "EventVarSampOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "EventVarianceFields", - "possibleTypes": null - }, - { - "description": "order by variance() on columns of table \"event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "EventVarianceOrderBy", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"extrinsic\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "block", - "type": { - "kind": "OBJECT", - "name": "Block", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "call", - "type": { - "kind": "OBJECT", - "name": "Call", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "callId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CallSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CallOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "calls", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Call", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CallSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CallOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "callsAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CallAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "JSON select path", - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "error", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "EventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "events", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Event", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "EventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "eventsAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "EventAggregate", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "fee", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "hash", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bytea", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "JSON select path", - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "signature", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "success", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "tip", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "version", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "Extrinsic", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"extrinsic\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "ExtrinsicAggregateFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Extrinsic", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ExtrinsicAggregate", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "bool_and", - "type": { - "kind": "INPUT_OBJECT", - "name": "extrinsicAggregateBoolExpBool_and", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "bool_or", - "type": { - "kind": "INPUT_OBJECT", - "name": "extrinsicAggregateBoolExpBool_or", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "INPUT_OBJECT", - "name": "extrinsicAggregateBoolExpCount", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ExtrinsicAggregateBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"extrinsic\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "ExtrinsicAvgFields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ExtrinsicSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "ExtrinsicMaxFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "ExtrinsicMinFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "ExtrinsicStddevFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevPop", - "type": { - "kind": "OBJECT", - "name": "ExtrinsicStddevPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevSamp", - "type": { - "kind": "OBJECT", - "name": "ExtrinsicStddevSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "ExtrinsicSumFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varPop", - "type": { - "kind": "OBJECT", - "name": "ExtrinsicVarPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varSamp", - "type": { - "kind": "OBJECT", - "name": "ExtrinsicVarSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "ExtrinsicVarianceFields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ExtrinsicAggregateFields", - "possibleTypes": null - }, - { - "description": "order by aggregate values of table \"extrinsic\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicAvgOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicMaxOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicMinOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicStddevOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddevPop", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicStddevPopOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddevSamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicStddevSampOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicSumOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "varPop", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicVarPopOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "varSamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicVarSampOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicVarianceOrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ExtrinsicAggregateOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "fee", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "tip", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "version", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ExtrinsicAvgFields", - "possibleTypes": null - }, - { - "description": "order by avg() on columns of table \"extrinsic\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "fee", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tip", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "version", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ExtrinsicAvgOrderBy", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"extrinsic\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "block", - "type": { - "kind": "INPUT_OBJECT", - "name": "BlockBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "call", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "callId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "calls", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "callsAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallAggregateBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "error", - "type": { - "kind": "INPUT_OBJECT", - "name": "JsonbComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "events", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventsAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventAggregateBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fee", - "type": { - "kind": "INPUT_OBJECT", - "name": "NumericComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "ByteaComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "signature", - "type": { - "kind": "INPUT_OBJECT", - "name": "JsonbComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "success", - "type": { - "kind": "INPUT_OBJECT", - "name": "BooleanComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tip", - "type": { - "kind": "INPUT_OBJECT", - "name": "NumericComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "version", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ExtrinsicBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "callId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "fee", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "tip", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "version", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ExtrinsicMaxFields", - "possibleTypes": null - }, - { - "description": "order by max() on columns of table \"extrinsic\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "callId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fee", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tip", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "version", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ExtrinsicMaxOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "callId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "fee", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "tip", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "version", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ExtrinsicMinFields", - "possibleTypes": null - }, - { - "description": "order by min() on columns of table \"extrinsic\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "callId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fee", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tip", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "version", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ExtrinsicMinOrderBy", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"extrinsic\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block", - "type": { - "kind": "INPUT_OBJECT", - "name": "BlockOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "call", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "callId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "callsAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallAggregateOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "error", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventsAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventAggregateOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fee", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hash", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "signature", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "success", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tip", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "version", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ExtrinsicOrderBy", - "possibleTypes": null - }, - { - "description": "select columns of table \"extrinsic\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "blockId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "callId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "error" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "fee" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "hash" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "index" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "signature" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "success" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "tip" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "version" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "ExtrinsicSelectColumn", - "possibleTypes": null - }, - { - "description": "select \"extrinsicAggregateBoolExpBool_andArgumentsColumns\" columns of table \"extrinsic\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "success" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "ExtrinsicSelectColumnExtrinsicAggregateBoolExpBool_andArgumentsColumns", - "possibleTypes": null - }, - { - "description": "select \"extrinsicAggregateBoolExpBool_orArgumentsColumns\" columns of table \"extrinsic\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "success" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "ExtrinsicSelectColumnExtrinsicAggregateBoolExpBool_orArgumentsColumns", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "fee", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "tip", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "version", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ExtrinsicStddevFields", - "possibleTypes": null - }, - { - "description": "order by stddev() on columns of table \"extrinsic\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "fee", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tip", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "version", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ExtrinsicStddevOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate stddevPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "fee", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "tip", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "version", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ExtrinsicStddevPopFields", - "possibleTypes": null - }, - { - "description": "order by stddevPop() on columns of table \"extrinsic\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "fee", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tip", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "version", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ExtrinsicStddevPopOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate stddevSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "fee", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "tip", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "version", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ExtrinsicStddevSampFields", - "possibleTypes": null - }, - { - "description": "order by stddevSamp() on columns of table \"extrinsic\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "fee", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tip", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "version", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ExtrinsicStddevSampOrderBy", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"extrinsic\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initialValue", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicStreamCursorValueInput", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "CursorOrdering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ExtrinsicStreamCursorInput", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "callId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "error", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fee", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "bytea", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "signature", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "success", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tip", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "version", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ExtrinsicStreamCursorValueInput", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "fee", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "tip", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "version", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ExtrinsicSumFields", - "possibleTypes": null - }, - { - "description": "order by sum() on columns of table \"extrinsic\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "fee", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tip", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "version", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ExtrinsicSumOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate varPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "fee", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "tip", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "version", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ExtrinsicVarPopFields", - "possibleTypes": null - }, - { - "description": "order by varPop() on columns of table \"extrinsic\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "fee", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tip", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "version", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ExtrinsicVarPopOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate varSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "fee", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "tip", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "version", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ExtrinsicVarSampFields", - "possibleTypes": null - }, - { - "description": "order by varSamp() on columns of table \"extrinsic\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "fee", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tip", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "version", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ExtrinsicVarSampOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "fee", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "tip", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "version", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ExtrinsicVarianceFields", - "possibleTypes": null - }, - { - "description": "order by variance() on columns of table \"extrinsic\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "fee", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tip", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "version", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ExtrinsicVarianceOrderBy", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "SCALAR", - "name": "Float", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"identity\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "account", - "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "accountId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "accountRemoved", - "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "accountRemovedId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CertSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CertOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "certIssued", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Cert", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CertSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CertOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "certIssuedAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CertAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CertSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CertOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "certReceived", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Cert", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CertSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CertOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "certReceivedAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CertAggregate", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "createdIn", - "type": { - "kind": "OBJECT", - "name": "Event", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdInId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "expireOn", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "isMember", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastChangeOn", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AccountSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "linkedAccount", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AccountSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "linkedAccountAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AccountAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "MembershipEventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "membershipHistory", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "MembershipEvent", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "MembershipEventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "membershipHistoryAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "MembershipEventAggregate", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ChangeOwnerKeySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "ownerKeyChange", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ChangeOwnerKey", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ChangeOwnerKeySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "ownerKeyChangeAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ChangeOwnerKeyAggregate", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "smith", - "type": { - "kind": "OBJECT", - "name": "Smith", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "status", - "type": { - "kind": "ENUM", - "name": "IdentityStatusEnum", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "UdHistorySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "\"Get UD History by Identity\"", - "isDeprecated": false, - "name": "udHistory", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UdHistory", - "ofType": null - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "Identity", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"identity\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "IdentityAggregateFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Identity", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "IdentityAggregate", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "bool_and", - "type": { - "kind": "INPUT_OBJECT", - "name": "identityAggregateBoolExpBool_and", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "bool_or", - "type": { - "kind": "INPUT_OBJECT", - "name": "identityAggregateBoolExpBool_or", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "INPUT_OBJECT", - "name": "identityAggregateBoolExpCount", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "IdentityAggregateBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"identity\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "IdentityAvgFields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "IdentitySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "IdentityMaxFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "IdentityMinFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "IdentityStddevFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevPop", - "type": { - "kind": "OBJECT", - "name": "IdentityStddevPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevSamp", - "type": { - "kind": "OBJECT", - "name": "IdentityStddevSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "IdentitySumFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varPop", - "type": { - "kind": "OBJECT", - "name": "IdentityVarPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varSamp", - "type": { - "kind": "OBJECT", - "name": "IdentityVarSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "IdentityVarianceFields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "IdentityAggregateFields", - "possibleTypes": null - }, - { - "description": "order by aggregate values of table \"identity\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityAvgOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityMaxOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityMinOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityStddevOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddevPop", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityStddevPopOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddevSamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityStddevSampOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentitySumOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "varPop", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityVarPopOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "varSamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityVarSampOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityVarianceOrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "IdentityAggregateOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "expireOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastChangeOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "IdentityAvgFields", - "possibleTypes": null - }, - { - "description": "order by avg() on columns of table \"identity\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastChangeOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "IdentityAvgOrderBy", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"identity\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "IdentityBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "IdentityBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "account", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "accountId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "accountRemoved", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "accountRemovedId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "certIssued", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "certIssuedAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertAggregateBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "certReceived", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "certReceivedAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertAggregateBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "createdIn", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "createdInId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "isMember", - "type": { - "kind": "INPUT_OBJECT", - "name": "BooleanComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastChangeOn", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "linkedAccount", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "linkedAccountAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountAggregateBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "membershipHistory", - "type": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "membershipHistoryAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventAggregateBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "name", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "ownerKeyChange", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "ownerKeyChangeAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyAggregateBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "smith", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "status", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityStatusEnumComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "udHistory", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryBoolExp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "IdentityBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "accountId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "accountRemovedId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdInId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "expireOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastChangeOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "IdentityMaxFields", - "possibleTypes": null - }, - { - "description": "order by max() on columns of table \"identity\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "accountId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "accountRemovedId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "createdInId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastChangeOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "name", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "IdentityMaxOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "accountId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "accountRemovedId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdInId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "expireOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastChangeOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "IdentityMinFields", - "possibleTypes": null - }, - { - "description": "order by min() on columns of table \"identity\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "accountId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "accountRemovedId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "createdInId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastChangeOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "name", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "IdentityMinOrderBy", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"identity\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "account", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "accountId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "accountRemoved", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "accountRemovedId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "certIssuedAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertAggregateOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "certReceivedAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertAggregateOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "createdIn", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "createdInId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "isMember", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastChangeOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "linkedAccountAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountAggregateOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "membershipHistoryAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventAggregateOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "name", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "ownerKeyChangeAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyAggregateOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "smith", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "status", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "udHistoryAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryAggregateOrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "IdentityOrderBy", - "possibleTypes": null - }, - { - "description": "select columns of table \"identity\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "accountId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "accountRemovedId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "createdInId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "createdOn" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "expireOn" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "index" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "isMember" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "lastChangeOn" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "name" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "status" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "IdentitySelectColumn", - "possibleTypes": null - }, - { - "description": "select \"identityAggregateBoolExpBool_andArgumentsColumns\" columns of table \"identity\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "isMember" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "IdentitySelectColumnIdentityAggregateBoolExpBool_andArgumentsColumns", - "possibleTypes": null - }, - { - "description": "select \"identityAggregateBoolExpBool_orArgumentsColumns\" columns of table \"identity\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "isMember" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "IdentitySelectColumnIdentityAggregateBoolExpBool_orArgumentsColumns", - "possibleTypes": null - }, - { - "description": null, - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "MEMBER" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "NOTMEMBER" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "REMOVED" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "REVOKED" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "UNCONFIRMED" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "UNVALIDATED" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "IdentityStatusEnum", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"IdentityStatusEnum\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "ENUM", - "name": "IdentityStatusEnum", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_in", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "IdentityStatusEnum", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_isNull", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_neq", - "type": { - "kind": "ENUM", - "name": "IdentityStatusEnum", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_nin", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "IdentityStatusEnum", - "ofType": null - } - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "IdentityStatusEnumComparisonExp", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "expireOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastChangeOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "IdentityStddevFields", - "possibleTypes": null - }, - { - "description": "order by stddev() on columns of table \"identity\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastChangeOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "IdentityStddevOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate stddevPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "expireOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastChangeOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "IdentityStddevPopFields", - "possibleTypes": null - }, - { - "description": "order by stddevPop() on columns of table \"identity\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastChangeOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "IdentityStddevPopOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate stddevSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "expireOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastChangeOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "IdentityStddevSampFields", - "possibleTypes": null - }, - { - "description": "order by stddevSamp() on columns of table \"identity\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastChangeOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "IdentityStddevSampOrderBy", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"identity\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initialValue", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "IdentityStreamCursorValueInput", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "CursorOrdering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "IdentityStreamCursorInput", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "accountId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "accountRemovedId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "createdInId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "isMember", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastChangeOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "status", - "type": { - "kind": "ENUM", - "name": "IdentityStatusEnum", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "IdentityStreamCursorValueInput", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "expireOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastChangeOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "IdentitySumFields", - "possibleTypes": null - }, - { - "description": "order by sum() on columns of table \"identity\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastChangeOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "IdentitySumOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate varPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "expireOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastChangeOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "IdentityVarPopFields", - "possibleTypes": null - }, - { - "description": "order by varPop() on columns of table \"identity\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastChangeOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "IdentityVarPopOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate varSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "expireOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastChangeOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "IdentityVarSampFields", - "possibleTypes": null - }, - { - "description": "order by varSamp() on columns of table \"identity\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastChangeOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "IdentityVarSampOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "expireOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastChangeOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "IdentityVarianceFields", - "possibleTypes": null - }, - { - "description": "order by variance() on columns of table \"identity\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expireOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastChangeOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "IdentityVarianceOrderBy", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "SCALAR", - "name": "Int", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"Int\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "is the array contained in the given array value", - "name": "_containedIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "does the array contain the given value", - "name": "_contains", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gt", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gte", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_in", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_isNull", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lt", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lte", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_neq", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_nin", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "IntArrayComparisonExp", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"Int\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gt", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gte", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_in", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_isNull", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lt", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lte", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_neq", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_nin", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "possibleTypes": null - }, - { - "description": null, - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "CALLS" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "EVENTS" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "EXTRINSICS" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "ItemTypeEnum", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"ItemTypeEnum\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "ENUM", - "name": "ItemTypeEnum", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_in", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ItemTypeEnum", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_isNull", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_neq", - "type": { - "kind": "ENUM", - "name": "ItemTypeEnum", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_nin", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ItemTypeEnum", - "ofType": null - } - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ItemTypeEnumComparisonExp", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"items_counter\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "level", - "type": { - "kind": "ENUM", - "name": "CounterLevelEnum", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "total", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "ENUM", - "name": "ItemTypeEnum", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ItemsCounter", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"items_counter\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "ItemsCounterAggregateFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemsCounter", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ItemsCounterAggregate", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"items_counter\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "ItemsCounterAvgFields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ItemsCounterSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "ItemsCounterMaxFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "ItemsCounterMinFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "ItemsCounterStddevFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevPop", - "type": { - "kind": "OBJECT", - "name": "ItemsCounterStddevPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevSamp", - "type": { - "kind": "OBJECT", - "name": "ItemsCounterStddevSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "ItemsCounterSumFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varPop", - "type": { - "kind": "OBJECT", - "name": "ItemsCounterVarPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varSamp", - "type": { - "kind": "OBJECT", - "name": "ItemsCounterVarSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "ItemsCounterVarianceFields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ItemsCounterAggregateFields", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "total", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ItemsCounterAvgFields", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"items_counter\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ItemsCounterBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "ItemsCounterBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ItemsCounterBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "level", - "type": { - "kind": "INPUT_OBJECT", - "name": "CounterLevelEnumComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "total", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "INPUT_OBJECT", - "name": "ItemTypeEnumComparisonExp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ItemsCounterBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "total", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ItemsCounterMaxFields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "total", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ItemsCounterMinFields", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"items_counter\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "level", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "total", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ItemsCounterOrderBy", - "possibleTypes": null - }, - { - "description": "select columns of table \"items_counter\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "level" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "total" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "type" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "ItemsCounterSelectColumn", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "total", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ItemsCounterStddevFields", - "possibleTypes": null - }, - { - "description": "aggregate stddevPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "total", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ItemsCounterStddevPopFields", - "possibleTypes": null - }, - { - "description": "aggregate stddevSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "total", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ItemsCounterStddevSampFields", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"items_counter\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initialValue", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ItemsCounterStreamCursorValueInput", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "CursorOrdering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ItemsCounterStreamCursorInput", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "level", - "type": { - "kind": "ENUM", - "name": "CounterLevelEnum", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "total", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "ENUM", - "name": "ItemTypeEnum", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ItemsCounterStreamCursorValueInput", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "total", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ItemsCounterSumFields", - "possibleTypes": null - }, - { - "description": "aggregate varPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "total", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ItemsCounterVarPopFields", - "possibleTypes": null - }, - { - "description": "aggregate varSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "total", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ItemsCounterVarSampFields", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "total", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ItemsCounterVarianceFields", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "String", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "JsonbCastExp", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"jsonb\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_cast", - "type": { - "kind": "INPUT_OBJECT", - "name": "JsonbCastExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "is the column contained in the given json value", - "name": "_containedIn", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "does the column contain the given json value at the top level", - "name": "_contains", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gt", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gte", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "does the string exist as a top-level key in the column", - "name": "_hasKey", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "do all of these strings exist as top-level keys in the column", - "name": "_hasKeysAll", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "do any of these strings exist as top-level keys in the column", - "name": "_hasKeysAny", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_in", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_isNull", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lt", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lte", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_neq", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_nin", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "JsonbComparisonExp", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"membership_event\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "event", - "type": { - "kind": "OBJECT", - "name": "Event", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventType", - "type": { - "kind": "ENUM", - "name": "EventTypeEnum", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "identity", - "type": { - "kind": "OBJECT", - "name": "Identity", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "identityId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "MembershipEvent", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"membership_event\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "MembershipEventAggregateFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "MembershipEvent", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "MembershipEventAggregate", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "INPUT_OBJECT", - "name": "membershipEventAggregateBoolExpCount", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "MembershipEventAggregateBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"membership_event\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "MembershipEventAvgFields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "MembershipEventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "MembershipEventMaxFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "MembershipEventMinFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "MembershipEventStddevFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevPop", - "type": { - "kind": "OBJECT", - "name": "MembershipEventStddevPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevSamp", - "type": { - "kind": "OBJECT", - "name": "MembershipEventStddevSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "MembershipEventSumFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varPop", - "type": { - "kind": "OBJECT", - "name": "MembershipEventVarPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varSamp", - "type": { - "kind": "OBJECT", - "name": "MembershipEventVarSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "MembershipEventVarianceFields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "MembershipEventAggregateFields", - "possibleTypes": null - }, - { - "description": "order by aggregate values of table \"membership_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventAvgOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventMaxOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventMinOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventStddevOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddevPop", - "type": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventStddevPopOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddevSamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventStddevSampOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventSumOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "varPop", - "type": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventVarPopOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "varSamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventVarSampOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventVarianceOrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "MembershipEventAggregateOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "MembershipEventAvgFields", - "possibleTypes": null - }, - { - "description": "order by avg() on columns of table \"membership_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "MembershipEventAvgOrderBy", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"membership_event\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "event", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventType", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventTypeEnumComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identity", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identityId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "MembershipEventBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "identityId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "MembershipEventMaxFields", - "possibleTypes": null - }, - { - "description": "order by max() on columns of table \"membership_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identityId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "MembershipEventMaxOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "identityId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "MembershipEventMinFields", - "possibleTypes": null - }, - { - "description": "order by min() on columns of table \"membership_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identityId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "MembershipEventMinOrderBy", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"membership_event\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "event", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventType", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identity", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identityId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "MembershipEventOrderBy", - "possibleTypes": null - }, - { - "description": "select columns of table \"membership_event\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "blockNumber" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "eventId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "eventType" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "identityId" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "MembershipEventSelectColumn", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "MembershipEventStddevFields", - "possibleTypes": null - }, - { - "description": "order by stddev() on columns of table \"membership_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "MembershipEventStddevOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate stddevPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "MembershipEventStddevPopFields", - "possibleTypes": null - }, - { - "description": "order by stddevPop() on columns of table \"membership_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "MembershipEventStddevPopOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate stddevSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "MembershipEventStddevSampFields", - "possibleTypes": null - }, - { - "description": "order by stddevSamp() on columns of table \"membership_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "MembershipEventStddevSampOrderBy", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"membership_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initialValue", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventStreamCursorValueInput", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "CursorOrdering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "MembershipEventStreamCursorInput", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventType", - "type": { - "kind": "ENUM", - "name": "EventTypeEnum", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identityId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "MembershipEventStreamCursorValueInput", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "MembershipEventSumFields", - "possibleTypes": null - }, - { - "description": "order by sum() on columns of table \"membership_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "MembershipEventSumOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate varPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "MembershipEventVarPopFields", - "possibleTypes": null - }, - { - "description": "order by varPop() on columns of table \"membership_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "MembershipEventVarPopOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate varSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "MembershipEventVarSampFields", - "possibleTypes": null - }, - { - "description": "order by varSamp() on columns of table \"membership_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "MembershipEventVarSampOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "MembershipEventVarianceFields", - "possibleTypes": null - }, - { - "description": "order by variance() on columns of table \"membership_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "MembershipEventVarianceOrderBy", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"numeric\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gt", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gte", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_in", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_isNull", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lt", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lte", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_neq", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_nin", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "NumericComparisonExp", - "possibleTypes": null - }, - { - "description": "column ordering options", - "enumValues": [ - { - "deprecationReason": null, - "description": "in ascending order, nulls last", - "isDeprecated": false, - "name": "ASC" - }, - { - "deprecationReason": null, - "description": "in ascending order, nulls first", - "isDeprecated": false, - "name": "ASC_NULLS_FIRST" - }, - { - "deprecationReason": null, - "description": "in ascending order, nulls last", - "isDeprecated": false, - "name": "ASC_NULLS_LAST" - }, - { - "deprecationReason": null, - "description": "in descending order, nulls first", - "isDeprecated": false, - "name": "DESC" - }, - { - "deprecationReason": null, - "description": "in descending order, nulls first", - "isDeprecated": false, - "name": "DESC_NULLS_FIRST" - }, - { - "deprecationReason": null, - "description": "in descending order, nulls last", - "isDeprecated": false, - "name": "DESC_NULLS_LAST" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "OrderBy", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"population_history\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "activeAccountCount", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "memberCount", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "smithCount", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "PopulationHistory", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"population_history\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "PopulationHistoryAggregateFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PopulationHistory", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "PopulationHistoryAggregate", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"population_history\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "PopulationHistoryAvgFields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "PopulationHistorySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "PopulationHistoryMaxFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "PopulationHistoryMinFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "PopulationHistoryStddevFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevPop", - "type": { - "kind": "OBJECT", - "name": "PopulationHistoryStddevPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevSamp", - "type": { - "kind": "OBJECT", - "name": "PopulationHistoryStddevSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "PopulationHistorySumFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varPop", - "type": { - "kind": "OBJECT", - "name": "PopulationHistoryVarPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varSamp", - "type": { - "kind": "OBJECT", - "name": "PopulationHistoryVarSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "PopulationHistoryVarianceFields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "PopulationHistoryAggregateFields", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "activeAccountCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "memberCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "smithCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "PopulationHistoryAvgFields", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"population_history\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PopulationHistoryBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "PopulationHistoryBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PopulationHistoryBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "activeAccountCount", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "memberCount", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "smithCount", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "PopulationHistoryBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "activeAccountCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "memberCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "smithCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "PopulationHistoryMaxFields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "activeAccountCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "memberCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "smithCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "PopulationHistoryMinFields", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"population_history\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "activeAccountCount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "memberCount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "smithCount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "PopulationHistoryOrderBy", - "possibleTypes": null - }, - { - "description": "select columns of table \"population_history\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "activeAccountCount" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "blockNumber" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "memberCount" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "smithCount" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "PopulationHistorySelectColumn", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "activeAccountCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "memberCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "smithCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "PopulationHistoryStddevFields", - "possibleTypes": null - }, - { - "description": "aggregate stddevPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "activeAccountCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "memberCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "smithCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "PopulationHistoryStddevPopFields", - "possibleTypes": null - }, - { - "description": "aggregate stddevSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "activeAccountCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "memberCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "smithCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "PopulationHistoryStddevSampFields", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"population_history\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initialValue", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PopulationHistoryStreamCursorValueInput", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "CursorOrdering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "PopulationHistoryStreamCursorInput", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "activeAccountCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "memberCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "smithCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "PopulationHistoryStreamCursorValueInput", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "activeAccountCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "memberCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "smithCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "PopulationHistorySumFields", - "possibleTypes": null - }, - { - "description": "aggregate varPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "activeAccountCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "memberCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "smithCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "PopulationHistoryVarPopFields", - "possibleTypes": null - }, - { - "description": "aggregate varSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "activeAccountCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "memberCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "smithCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "PopulationHistoryVarSampFields", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "activeAccountCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "memberCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "smithCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "PopulationHistoryVarianceFields", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"smith\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "forged", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "identity", - "type": { - "kind": "OBJECT", - "name": "Identity", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "identityId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastChanged", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastForged", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithCertSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithCertOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "smithCertIssued", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SmithCert", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithCertSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithCertOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "smithCertIssuedAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SmithCertAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithCertSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithCertOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "smithCertReceived", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SmithCert", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithCertSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithCertOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "smithCertReceivedAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SmithCertAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithEventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithEventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithEventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "smithHistory", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SmithEvent", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithEventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithEventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithEventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "smithHistoryAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SmithEventAggregate", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "smithStatus", - "type": { - "kind": "ENUM", - "name": "SmithStatusEnum", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "validatorsId", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "Smith", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"smith\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "SmithAggregateFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Smith", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithAggregate", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"smith\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "SmithAvgFields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "SmithMaxFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "SmithMinFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "SmithStddevFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevPop", - "type": { - "kind": "OBJECT", - "name": "SmithStddevPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevSamp", - "type": { - "kind": "OBJECT", - "name": "SmithStddevSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "SmithSumFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varPop", - "type": { - "kind": "OBJECT", - "name": "SmithVarPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varSamp", - "type": { - "kind": "OBJECT", - "name": "SmithVarSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "SmithVarianceFields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithAggregateFields", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "forged", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastChanged", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastForged", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithAvgFields", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"smith\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "forged", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identity", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identityId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastChanged", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastForged", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "smithCertIssued", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "smithCertIssuedAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertAggregateBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "smithCertReceived", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "smithCertReceivedAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertAggregateBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "smithHistory", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithEventBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "smithHistoryAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithEventAggregateBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "smithStatus", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithStatusEnumComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "validatorsId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringArrayComparisonExp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithBoolExp", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"smith_cert\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "issuer", - "type": { - "kind": "OBJECT", - "name": "Smith", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "issuerId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "receiver", - "type": { - "kind": "OBJECT", - "name": "Smith", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receiverId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithCert", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"smith_cert\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "SmithCertAggregateFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SmithCert", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithCertAggregate", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "INPUT_OBJECT", - "name": "smithCertAggregateBoolExpCount", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithCertAggregateBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"smith_cert\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "SmithCertAvgFields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithCertSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "SmithCertMaxFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "SmithCertMinFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "SmithCertStddevFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevPop", - "type": { - "kind": "OBJECT", - "name": "SmithCertStddevPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevSamp", - "type": { - "kind": "OBJECT", - "name": "SmithCertStddevSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "SmithCertSumFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varPop", - "type": { - "kind": "OBJECT", - "name": "SmithCertVarPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varSamp", - "type": { - "kind": "OBJECT", - "name": "SmithCertVarSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "SmithCertVarianceFields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithCertAggregateFields", - "possibleTypes": null - }, - { - "description": "order by aggregate values of table \"smith_cert\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertAvgOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertMaxOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertMinOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertStddevOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddevPop", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertStddevPopOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddevSamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertStddevSampOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertSumOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "varPop", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertVarPopOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "varSamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertVarSampOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertVarianceOrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithCertAggregateOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithCertAvgFields", - "possibleTypes": null - }, - { - "description": "order by avg() on columns of table \"smith_cert\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithCertAvgOrderBy", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"smith_cert\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithCertBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithCertBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "issuer", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "issuerId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiverId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithCertBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "issuerId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receiverId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithCertMaxFields", - "possibleTypes": null - }, - { - "description": "order by max() on columns of table \"smith_cert\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "issuerId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiverId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithCertMaxOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "issuerId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receiverId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithCertMinFields", - "possibleTypes": null - }, - { - "description": "order by min() on columns of table \"smith_cert\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "issuerId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiverId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithCertMinOrderBy", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"smith_cert\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "issuer", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "issuerId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiverId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithCertOrderBy", - "possibleTypes": null - }, - { - "description": "select columns of table \"smith_cert\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "createdOn" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "issuerId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "receiverId" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "SmithCertSelectColumn", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithCertStddevFields", - "possibleTypes": null - }, - { - "description": "order by stddev() on columns of table \"smith_cert\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithCertStddevOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate stddevPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithCertStddevPopFields", - "possibleTypes": null - }, - { - "description": "order by stddevPop() on columns of table \"smith_cert\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithCertStddevPopOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate stddevSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithCertStddevSampFields", - "possibleTypes": null - }, - { - "description": "order by stddevSamp() on columns of table \"smith_cert\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithCertStddevSampOrderBy", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"smith_cert\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initialValue", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithCertStreamCursorValueInput", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "CursorOrdering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithCertStreamCursorInput", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "issuerId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiverId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithCertStreamCursorValueInput", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithCertSumFields", - "possibleTypes": null - }, - { - "description": "order by sum() on columns of table \"smith_cert\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithCertSumOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate varPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithCertVarPopFields", - "possibleTypes": null - }, - { - "description": "order by varPop() on columns of table \"smith_cert\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithCertVarPopOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate varSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithCertVarSampFields", - "possibleTypes": null - }, - { - "description": "order by varSamp() on columns of table \"smith_cert\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithCertVarSampOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdOn", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithCertVarianceFields", - "possibleTypes": null - }, - { - "description": "order by variance() on columns of table \"smith_cert\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "createdOn", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithCertVarianceOrderBy", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"smith_event\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "event", - "type": { - "kind": "OBJECT", - "name": "Event", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventType", - "type": { - "kind": "ENUM", - "name": "SmithEventTypeEnum", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "smith", - "type": { - "kind": "OBJECT", - "name": "Smith", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "smithId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithEvent", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"smith_event\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "SmithEventAggregateFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SmithEvent", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithEventAggregate", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "INPUT_OBJECT", - "name": "smithEventAggregateBoolExpCount", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithEventAggregateBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"smith_event\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "SmithEventAvgFields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithEventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "SmithEventMaxFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "SmithEventMinFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "SmithEventStddevFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevPop", - "type": { - "kind": "OBJECT", - "name": "SmithEventStddevPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevSamp", - "type": { - "kind": "OBJECT", - "name": "SmithEventStddevSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "SmithEventSumFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varPop", - "type": { - "kind": "OBJECT", - "name": "SmithEventVarPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varSamp", - "type": { - "kind": "OBJECT", - "name": "SmithEventVarSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "SmithEventVarianceFields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithEventAggregateFields", - "possibleTypes": null - }, - { - "description": "order by aggregate values of table \"smith_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithEventAvgOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithEventMaxOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithEventMinOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithEventStddevOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddevPop", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithEventStddevPopOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddevSamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithEventStddevSampOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithEventSumOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "varPop", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithEventVarPopOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "varSamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithEventVarSampOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithEventVarianceOrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithEventAggregateOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithEventAvgFields", - "possibleTypes": null - }, - { - "description": "order by avg() on columns of table \"smith_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithEventAvgOrderBy", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"smith_event\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithEventBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithEventBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithEventBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "event", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventType", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithEventTypeEnumComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "smith", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "smithId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithEventBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "smithId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithEventMaxFields", - "possibleTypes": null - }, - { - "description": "order by max() on columns of table \"smith_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "smithId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithEventMaxOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "smithId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithEventMinFields", - "possibleTypes": null - }, - { - "description": "order by min() on columns of table \"smith_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "smithId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithEventMinOrderBy", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"smith_event\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "event", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventType", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "smith", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "smithId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithEventOrderBy", - "possibleTypes": null - }, - { - "description": "select columns of table \"smith_event\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "blockNumber" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "eventId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "eventType" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "smithId" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "SmithEventSelectColumn", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithEventStddevFields", - "possibleTypes": null - }, - { - "description": "order by stddev() on columns of table \"smith_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithEventStddevOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate stddevPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithEventStddevPopFields", - "possibleTypes": null - }, - { - "description": "order by stddevPop() on columns of table \"smith_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithEventStddevPopOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate stddevSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithEventStddevSampFields", - "possibleTypes": null - }, - { - "description": "order by stddevSamp() on columns of table \"smith_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithEventStddevSampOrderBy", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"smith_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initialValue", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithEventStreamCursorValueInput", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "CursorOrdering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithEventStreamCursorInput", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventType", - "type": { - "kind": "ENUM", - "name": "SmithEventTypeEnum", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "smithId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithEventStreamCursorValueInput", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithEventSumFields", - "possibleTypes": null - }, - { - "description": "order by sum() on columns of table \"smith_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithEventSumOrderBy", - "possibleTypes": null - }, - { - "description": null, - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "ACCEPTED" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "EXCLUDED" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "INVITED" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "PROMOTED" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "SmithEventTypeEnum", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"SmithEventTypeEnum\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "ENUM", - "name": "SmithEventTypeEnum", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_in", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithEventTypeEnum", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_isNull", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_neq", - "type": { - "kind": "ENUM", - "name": "SmithEventTypeEnum", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_nin", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithEventTypeEnum", - "ofType": null - } - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithEventTypeEnumComparisonExp", - "possibleTypes": null - }, - { - "description": "aggregate varPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithEventVarPopFields", - "possibleTypes": null - }, - { - "description": "order by varPop() on columns of table \"smith_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithEventVarPopOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate varSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithEventVarSampFields", - "possibleTypes": null - }, - { - "description": "order by varSamp() on columns of table \"smith_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithEventVarSampOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithEventVarianceFields", - "possibleTypes": null - }, - { - "description": "order by variance() on columns of table \"smith_event\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithEventVarianceOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "forged", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "identityId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastChanged", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastForged", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "validatorsId", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithMaxFields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "forged", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "identityId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastChanged", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastForged", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "validatorsId", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithMinFields", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"smith\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "forged", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identity", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identityId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastChanged", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastForged", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "smithCertIssuedAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertAggregateOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "smithCertReceivedAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertAggregateOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "smithHistoryAggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithEventAggregateOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "smithStatus", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "validatorsId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithOrderBy", - "possibleTypes": null - }, - { - "description": "select columns of table \"smith\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "forged" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "identityId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "index" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "lastChanged" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "lastForged" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "smithStatus" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "validatorsId" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "SmithSelectColumn", - "possibleTypes": null - }, - { - "description": null, - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "EXCLUDED" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "INVITED" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "PENDING" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "SMITH" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "SmithStatusEnum", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"SmithStatusEnum\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "ENUM", - "name": "SmithStatusEnum", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_in", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithStatusEnum", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_isNull", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_neq", - "type": { - "kind": "ENUM", - "name": "SmithStatusEnum", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_nin", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithStatusEnum", - "ofType": null - } - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithStatusEnumComparisonExp", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "forged", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastChanged", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastForged", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithStddevFields", - "possibleTypes": null - }, - { - "description": "aggregate stddevPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "forged", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastChanged", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastForged", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithStddevPopFields", - "possibleTypes": null - }, - { - "description": "aggregate stddevSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "forged", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastChanged", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastForged", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithStddevSampFields", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"smith\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initialValue", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithStreamCursorValueInput", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "CursorOrdering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithStreamCursorInput", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "forged", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identityId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastChanged", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastForged", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "smithStatus", - "type": { - "kind": "ENUM", - "name": "SmithStatusEnum", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "validatorsId", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "SmithStreamCursorValueInput", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "forged", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastChanged", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastForged", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithSumFields", - "possibleTypes": null - }, - { - "description": "aggregate varPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "forged", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastChanged", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastForged", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithVarPopFields", - "possibleTypes": null - }, - { - "description": "aggregate varSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "forged", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastChanged", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastForged", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithVarSampFields", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "forged", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastChanged", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastForged", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "SmithVarianceFields", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "SCALAR", - "name": "String", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"String\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "is the array contained in the given array value", - "name": "_containedIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "does the array contain the given value", - "name": "_contains", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gt", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gte", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_in", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_isNull", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lt", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lte", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_neq", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_nin", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "StringArrayComparisonExp", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"String\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gt", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gte", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "does the column match the given case-insensitive pattern", - "name": "_ilike", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_in", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "does the column match the given POSIX regular expression, case insensitive", - "name": "_iregex", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_isNull", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "does the column match the given pattern", - "name": "_like", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lt", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lte", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_neq", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "does the column NOT match the given case-insensitive pattern", - "name": "_nilike", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_nin", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "does the column NOT match the given POSIX regular expression, case insensitive", - "name": "_niregex", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "does the column NOT match the given pattern", - "name": "_nlike", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "does the column NOT match the given POSIX regular expression, case sensitive", - "name": "_nregex", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "does the column NOT match the given SQL regular expression", - "name": "_nsimilar", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "does the column match the given POSIX regular expression, case sensitive", - "name": "_regex", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "does the column match the given SQL regular expression", - "name": "_similar", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"timestamptz\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gt", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gte", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_in", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_isNull", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lt", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lte", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_neq", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_nin", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TimestamptzComparisonExp", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"transfer\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "comment", - "type": { - "kind": "OBJECT", - "name": "TxComment", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "commentId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "event", - "type": { - "kind": "OBJECT", - "name": "Event", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "from", - "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "fromId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "to", - "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "toId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "Transfer", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"transfer\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "TransferAggregateFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Transfer", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TransferAggregate", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "INPUT_OBJECT", - "name": "transferAggregateBoolExpCount", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TransferAggregateBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"transfer\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "TransferAvgFields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "TransferSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "TransferMaxFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "TransferMinFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "TransferStddevFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevPop", - "type": { - "kind": "OBJECT", - "name": "TransferStddevPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevSamp", - "type": { - "kind": "OBJECT", - "name": "TransferStddevSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "TransferSumFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varPop", - "type": { - "kind": "OBJECT", - "name": "TransferVarPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varSamp", - "type": { - "kind": "OBJECT", - "name": "TransferVarSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "TransferVarianceFields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TransferAggregateFields", - "possibleTypes": null - }, - { - "description": "order by aggregate values of table \"transfer\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferAvgOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferMaxOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferMinOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferStddevOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddevPop", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferStddevPopOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddevSamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferStddevSampOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferSumOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "varPop", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferVarPopOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "varSamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferVarSampOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferVarianceOrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TransferAggregateOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TransferAvgFields", - "possibleTypes": null - }, - { - "description": "order by avg() on columns of table \"transfer\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TransferAvgOrderBy", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"transfer\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TransferBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TransferBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "INPUT_OBJECT", - "name": "NumericComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "comment", - "type": { - "kind": "INPUT_OBJECT", - "name": "TxCommentBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "commentId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "event", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "from", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "TimestamptzComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "to", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "toId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TransferBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "commentId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "fromId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "toId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TransferMaxFields", - "possibleTypes": null - }, - { - "description": "order by max() on columns of table \"transfer\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "commentId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "toId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TransferMaxOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "commentId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "fromId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "toId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TransferMinFields", - "possibleTypes": null - }, - { - "description": "order by min() on columns of table \"transfer\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "commentId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "toId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TransferMinOrderBy", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"transfer\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "comment", - "type": { - "kind": "INPUT_OBJECT", - "name": "TxCommentOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "commentId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "event", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "from", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "to", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "toId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TransferOrderBy", - "possibleTypes": null - }, - { - "description": "select columns of table \"transfer\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "amount" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "blockNumber" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "commentId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "eventId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "fromId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "timestamp" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "toId" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "TransferSelectColumn", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TransferStddevFields", - "possibleTypes": null - }, - { - "description": "order by stddev() on columns of table \"transfer\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TransferStddevOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate stddevPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TransferStddevPopFields", - "possibleTypes": null - }, - { - "description": "order by stddevPop() on columns of table \"transfer\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TransferStddevPopOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate stddevSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TransferStddevSampFields", - "possibleTypes": null - }, - { - "description": "order by stddevSamp() on columns of table \"transfer\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TransferStddevSampOrderBy", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"transfer\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initialValue", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TransferStreamCursorValueInput", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "CursorOrdering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TransferStreamCursorInput", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "commentId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "toId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TransferStreamCursorValueInput", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TransferSumFields", - "possibleTypes": null - }, - { - "description": "order by sum() on columns of table \"transfer\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TransferSumOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate varPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TransferVarPopFields", - "possibleTypes": null - }, - { - "description": "order by varPop() on columns of table \"transfer\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TransferVarPopOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate varSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TransferVarSampFields", - "possibleTypes": null - }, - { - "description": "order by varSamp() on columns of table \"transfer\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TransferVarSampOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TransferVarianceFields", - "possibleTypes": null - }, - { - "description": "order by variance() on columns of table \"transfer\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TransferVarianceOrderBy", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"tx_comment\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "author", - "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "authorId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "event", - "type": { - "kind": "OBJECT", - "name": "Event", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "hash", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "remark", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "remarkBytes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bytea", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "ENUM", - "name": "CommentTypeEnum", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TxComment", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"tx_comment\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "TxCommentAggregateFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TxComment", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TxCommentAggregate", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "INPUT_OBJECT", - "name": "txCommentAggregateBoolExpCount", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TxCommentAggregateBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"tx_comment\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "TxCommentAvgFields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "TxCommentSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "TxCommentMaxFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "TxCommentMinFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "TxCommentStddevFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevPop", - "type": { - "kind": "OBJECT", - "name": "TxCommentStddevPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevSamp", - "type": { - "kind": "OBJECT", - "name": "TxCommentStddevSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "TxCommentSumFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varPop", - "type": { - "kind": "OBJECT", - "name": "TxCommentVarPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varSamp", - "type": { - "kind": "OBJECT", - "name": "TxCommentVarSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "TxCommentVarianceFields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TxCommentAggregateFields", - "possibleTypes": null - }, - { - "description": "order by aggregate values of table \"tx_comment\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "TxCommentAvgOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "TxCommentMaxOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "TxCommentMinOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "TxCommentStddevOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddevPop", - "type": { - "kind": "INPUT_OBJECT", - "name": "TxCommentStddevPopOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddevSamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "TxCommentStddevSampOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "TxCommentSumOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "varPop", - "type": { - "kind": "INPUT_OBJECT", - "name": "TxCommentVarPopOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "varSamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "TxCommentVarSampOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "TxCommentVarianceOrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TxCommentAggregateOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TxCommentAvgFields", - "possibleTypes": null - }, - { - "description": "order by avg() on columns of table \"tx_comment\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TxCommentAvgOrderBy", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"tx_comment\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TxCommentBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "TxCommentBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TxCommentBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "author", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "authorId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "event", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "remark", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "remarkBytes", - "type": { - "kind": "INPUT_OBJECT", - "name": "ByteaComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "INPUT_OBJECT", - "name": "CommentTypeEnumComparisonExp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TxCommentBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "authorId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "remark", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TxCommentMaxFields", - "possibleTypes": null - }, - { - "description": "order by max() on columns of table \"tx_comment\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "authorId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hash", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "remark", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TxCommentMaxOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "authorId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "remark", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TxCommentMinFields", - "possibleTypes": null - }, - { - "description": "order by min() on columns of table \"tx_comment\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "authorId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hash", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "remark", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TxCommentMinOrderBy", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"tx_comment\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "author", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "authorId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "event", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hash", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "remark", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "remarkBytes", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TxCommentOrderBy", - "possibleTypes": null - }, - { - "description": "select columns of table \"tx_comment\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "authorId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "blockNumber" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "eventId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "hash" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "remark" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "remarkBytes" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "type" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "TxCommentSelectColumn", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TxCommentStddevFields", - "possibleTypes": null - }, - { - "description": "order by stddev() on columns of table \"tx_comment\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TxCommentStddevOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate stddevPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TxCommentStddevPopFields", - "possibleTypes": null - }, - { - "description": "order by stddevPop() on columns of table \"tx_comment\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TxCommentStddevPopOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate stddevSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TxCommentStddevSampFields", - "possibleTypes": null - }, - { - "description": "order by stddevSamp() on columns of table \"tx_comment\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TxCommentStddevSampOrderBy", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"tx_comment\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initialValue", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TxCommentStreamCursorValueInput", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "CursorOrdering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TxCommentStreamCursorInput", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "authorId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "remark", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "remarkBytes", - "type": { - "kind": "SCALAR", - "name": "bytea", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "ENUM", - "name": "CommentTypeEnum", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TxCommentStreamCursorValueInput", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TxCommentSumFields", - "possibleTypes": null - }, - { - "description": "order by sum() on columns of table \"tx_comment\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TxCommentSumOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate varPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TxCommentVarPopFields", - "possibleTypes": null - }, - { - "description": "order by varPop() on columns of table \"tx_comment\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TxCommentVarPopOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate varSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TxCommentVarSampFields", - "possibleTypes": null - }, - { - "description": "order by varSamp() on columns of table \"tx_comment\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TxCommentVarSampOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "TxCommentVarianceFields", - "possibleTypes": null - }, - { - "description": "order by variance() on columns of table \"tx_comment\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "TxCommentVarianceOrderBy", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"ud_history\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "identity", - "type": { - "kind": "OBJECT", - "name": "Identity", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "identityId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdHistory", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "UdHistoryAggregateFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UdHistory", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdHistoryAggregate", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"ud_history\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "UdHistoryAvgFields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "UdHistorySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "UdHistoryMaxFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "UdHistoryMinFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "UdHistoryStddevFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevPop", - "type": { - "kind": "OBJECT", - "name": "UdHistoryStddevPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevSamp", - "type": { - "kind": "OBJECT", - "name": "UdHistoryStddevSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "UdHistorySumFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varPop", - "type": { - "kind": "OBJECT", - "name": "UdHistoryVarPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varSamp", - "type": { - "kind": "OBJECT", - "name": "UdHistoryVarSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "UdHistoryVarianceFields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdHistoryAggregateFields", - "possibleTypes": null - }, - { - "description": "order by aggregate values of table \"ud_history\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryAvgOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryMaxOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryMinOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryStddevOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddevPop", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryStddevPopOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddevSamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryStddevSampOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdHistorySumOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "varPop", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryVarPopOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "varSamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryVarSampOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryVarianceOrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "UdHistoryAggregateOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdHistoryAvgFields", - "possibleTypes": null - }, - { - "description": "order by avg() on columns of table \"ud_history\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "UdHistoryAvgOrderBy", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"ud_history\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identity", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identityId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "TimestamptzComparisonExp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "UdHistoryBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "identityId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdHistoryMaxFields", - "possibleTypes": null - }, - { - "description": "order by max() on columns of table \"ud_history\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identityId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "UdHistoryMaxOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "identityId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdHistoryMinFields", - "possibleTypes": null - }, - { - "description": "order by min() on columns of table \"ud_history\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identityId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "UdHistoryMinOrderBy", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"ud_history\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identity", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identityId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "UdHistoryOrderBy", - "possibleTypes": null - }, - { - "description": "select columns of table \"ud_history\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "amount" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "blockNumber" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "identityId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "timestamp" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "UdHistorySelectColumn", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdHistoryStddevFields", - "possibleTypes": null - }, - { - "description": "order by stddev() on columns of table \"ud_history\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "UdHistoryStddevOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate stddevPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdHistoryStddevPopFields", - "possibleTypes": null - }, - { - "description": "order by stddevPop() on columns of table \"ud_history\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "UdHistoryStddevPopOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate stddevSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdHistoryStddevSampFields", - "possibleTypes": null - }, - { - "description": "order by stddevSamp() on columns of table \"ud_history\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "UdHistoryStddevSampOrderBy", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"ud_history\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initialValue", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryStreamCursorValueInput", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "CursorOrdering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "UdHistoryStreamCursorInput", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "identityId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "UdHistoryStreamCursorValueInput", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdHistorySumFields", - "possibleTypes": null - }, - { - "description": "order by sum() on columns of table \"ud_history\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "UdHistorySumOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate varPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdHistoryVarPopFields", - "possibleTypes": null - }, - { - "description": "order by varPop() on columns of table \"ud_history\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "UdHistoryVarPopOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate varSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdHistoryVarSampFields", - "possibleTypes": null - }, - { - "description": "order by varSamp() on columns of table \"ud_history\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "UdHistoryVarSampOrderBy", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdHistoryVarianceFields", - "possibleTypes": null - }, - { - "description": "order by variance() on columns of table \"ud_history\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "UdHistoryVarianceOrderBy", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"ud_reeval\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "event", - "type": { - "kind": "OBJECT", - "name": "Event", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "membersCount", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "monetaryMass", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "newUdAmount", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdReeval", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"ud_reeval\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "UdReevalAggregateFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UdReeval", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdReevalAggregate", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"ud_reeval\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "UdReevalAvgFields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "UdReevalSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "UdReevalMaxFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "UdReevalMinFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "UdReevalStddevFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevPop", - "type": { - "kind": "OBJECT", - "name": "UdReevalStddevPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevSamp", - "type": { - "kind": "OBJECT", - "name": "UdReevalStddevSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "UdReevalSumFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varPop", - "type": { - "kind": "OBJECT", - "name": "UdReevalVarPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varSamp", - "type": { - "kind": "OBJECT", - "name": "UdReevalVarSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "UdReevalVarianceFields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdReevalAggregateFields", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "membersCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "monetaryMass", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "newUdAmount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdReevalAvgFields", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"ud_reeval\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UdReevalBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdReevalBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UdReevalBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "event", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "membersCount", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "monetaryMass", - "type": { - "kind": "INPUT_OBJECT", - "name": "NumericComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "newUdAmount", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "TimestamptzComparisonExp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "UdReevalBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "membersCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "monetaryMass", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "newUdAmount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdReevalMaxFields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "membersCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "monetaryMass", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "newUdAmount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdReevalMinFields", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"ud_reeval\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "event", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "membersCount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "monetaryMass", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "newUdAmount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "UdReevalOrderBy", - "possibleTypes": null - }, - { - "description": "select columns of table \"ud_reeval\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "blockNumber" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "eventId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "membersCount" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "monetaryMass" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "newUdAmount" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "timestamp" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "UdReevalSelectColumn", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "membersCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "monetaryMass", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "newUdAmount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdReevalStddevFields", - "possibleTypes": null - }, - { - "description": "aggregate stddevPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "membersCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "monetaryMass", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "newUdAmount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdReevalStddevPopFields", - "possibleTypes": null - }, - { - "description": "aggregate stddevSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "membersCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "monetaryMass", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "newUdAmount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdReevalStddevSampFields", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"ud_reeval\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initialValue", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UdReevalStreamCursorValueInput", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "CursorOrdering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "UdReevalStreamCursorInput", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "membersCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "monetaryMass", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "newUdAmount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "UdReevalStreamCursorValueInput", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "membersCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "monetaryMass", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "newUdAmount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdReevalSumFields", - "possibleTypes": null - }, - { - "description": "aggregate varPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "membersCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "monetaryMass", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "newUdAmount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdReevalVarPopFields", - "possibleTypes": null - }, - { - "description": "aggregate varSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "membersCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "monetaryMass", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "newUdAmount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdReevalVarSampFields", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "membersCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "monetaryMass", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "newUdAmount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UdReevalVarianceFields", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"universal_dividend\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "event", - "type": { - "kind": "OBJECT", - "name": "Event", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "membersCount", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "monetaryMass", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UniversalDividend", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"universal_dividend\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "UniversalDividendAggregateFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UniversalDividend", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UniversalDividendAggregate", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"universal_dividend\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "UniversalDividendAvgFields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "UniversalDividendSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "UniversalDividendMaxFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "UniversalDividendMinFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "UniversalDividendStddevFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevPop", - "type": { - "kind": "OBJECT", - "name": "UniversalDividendStddevPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevSamp", - "type": { - "kind": "OBJECT", - "name": "UniversalDividendStddevSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "UniversalDividendSumFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varPop", - "type": { - "kind": "OBJECT", - "name": "UniversalDividendVarPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varSamp", - "type": { - "kind": "OBJECT", - "name": "UniversalDividendVarSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "UniversalDividendVarianceFields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UniversalDividendAggregateFields", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "membersCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "monetaryMass", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UniversalDividendAvgFields", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"universal_dividend\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UniversalDividendBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "UniversalDividendBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UniversalDividendBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "event", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "membersCount", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "monetaryMass", - "type": { - "kind": "INPUT_OBJECT", - "name": "NumericComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "TimestamptzComparisonExp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "UniversalDividendBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "membersCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "monetaryMass", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UniversalDividendMaxFields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "membersCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "monetaryMass", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UniversalDividendMinFields", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"universal_dividend\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "event", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventOrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "membersCount", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "monetaryMass", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "UniversalDividendOrderBy", - "possibleTypes": null - }, - { - "description": "select columns of table \"universal_dividend\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "amount" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "blockNumber" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "eventId" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "membersCount" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "monetaryMass" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "timestamp" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "UniversalDividendSelectColumn", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "membersCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "monetaryMass", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UniversalDividendStddevFields", - "possibleTypes": null - }, - { - "description": "aggregate stddevPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "membersCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "monetaryMass", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UniversalDividendStddevPopFields", - "possibleTypes": null - }, - { - "description": "aggregate stddevSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "membersCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "monetaryMass", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UniversalDividendStddevSampFields", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"universal_dividend\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initialValue", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UniversalDividendStreamCursorValueInput", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "CursorOrdering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "UniversalDividendStreamCursorInput", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "membersCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "monetaryMass", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "UniversalDividendStreamCursorValueInput", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "membersCount", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "monetaryMass", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UniversalDividendSumFields", - "possibleTypes": null - }, - { - "description": "aggregate varPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "membersCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "monetaryMass", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UniversalDividendVarPopFields", - "possibleTypes": null - }, - { - "description": "aggregate varSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "membersCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "monetaryMass", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UniversalDividendVarSampFields", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockNumber", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "membersCount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "monetaryMass", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "UniversalDividendVarianceFields", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"validator\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "Validator", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"validator\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "ValidatorAggregateFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Validator", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ValidatorAggregate", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"validator\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "ValidatorAvgFields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ValidatorSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "ValidatorMaxFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "ValidatorMinFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "ValidatorStddevFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevPop", - "type": { - "kind": "OBJECT", - "name": "ValidatorStddevPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddevSamp", - "type": { - "kind": "OBJECT", - "name": "ValidatorStddevSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "ValidatorSumFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varPop", - "type": { - "kind": "OBJECT", - "name": "ValidatorVarPopFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "varSamp", - "type": { - "kind": "OBJECT", - "name": "ValidatorVarSampFields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "ValidatorVarianceFields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ValidatorAggregateFields", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ValidatorAvgFields", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"validator\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ValidatorBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "ValidatorBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ValidatorBoolExp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "StringComparisonExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ValidatorBoolExp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ValidatorMaxFields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ValidatorMinFields", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"validator\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "ENUM", - "name": "OrderBy", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ValidatorOrderBy", - "possibleTypes": null - }, - { - "description": "select columns of table \"validator\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "index" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "ValidatorSelectColumn", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ValidatorStddevFields", - "possibleTypes": null - }, - { - "description": "aggregate stddevPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ValidatorStddevPopFields", - "possibleTypes": null - }, - { - "description": "aggregate stddevSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ValidatorStddevSampFields", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"validator\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initialValue", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ValidatorStreamCursorValueInput", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "CursorOrdering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ValidatorStreamCursorInput", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "ValidatorStreamCursorValueInput", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ValidatorSumFields", - "possibleTypes": null - }, - { - "description": "aggregate varPop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ValidatorVarPopFields", - "possibleTypes": null - }, - { - "description": "aggregate varSamp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ValidatorVarSampFields", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "ValidatorVarianceFields", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "args", - "type": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "description", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "isRepeatable", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "locations", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "__Directive", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "deprecationReason", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "description", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "isDeprecated", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "__EnumValue", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "args", - "type": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "deprecationReason", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "description", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "isDeprecated", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "__Field", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "defaultValue", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "description", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "__InputValue", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "description", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "directives", - "type": { - "kind": "OBJECT", - "name": "__Directive", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "mutationType", - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "queryType", - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "subscriptionType", - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "types", - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "__Schema", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "description", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": "false", - "description": null, - "name": "includeDeprecated", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "enumValues", - "type": { - "kind": "OBJECT", - "name": "__EnumValue", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": "false", - "description": null, - "name": "includeDeprecated", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "fields", - "type": { - "kind": "OBJECT", - "name": "__Field", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "inputFields", - "type": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "interfaces", - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "kind", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "__TypeKind", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "ofType", - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "possibleTypes", - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "__Type", - "possibleTypes": null - }, - { - "description": null, - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "ENUM" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "INPUT_OBJECT" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "INTERFACE" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "LIST" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "NON_NULL" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "OBJECT" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "SCALAR" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "UNION" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "__TypeKind", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AccountSelectColumnAccountAggregateBoolExpBool_andArgumentsColumns", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BooleanComparisonExp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "accountAggregateBoolExpBool_and", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AccountSelectColumnAccountAggregateBoolExpBool_orArgumentsColumns", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BooleanComparisonExp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "accountAggregateBoolExpBool_or", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AccountSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "accountAggregateBoolExpCount", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "SCALAR", - "name": "bytea", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CallSelectColumnCallAggregateBoolExpBool_andArgumentsColumns", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BooleanComparisonExp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "callAggregateBoolExpBool_and", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CallSelectColumnCallAggregateBoolExpBool_orArgumentsColumns", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BooleanComparisonExp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "callAggregateBoolExpBool_or", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CallSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "callAggregateBoolExpCount", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CertSelectColumnCertAggregateBoolExpBool_andArgumentsColumns", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BooleanComparisonExp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "certAggregateBoolExpBool_and", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CertSelectColumnCertAggregateBoolExpBool_orArgumentsColumns", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BooleanComparisonExp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "certAggregateBoolExpBool_or", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CertSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "certAggregateBoolExpCount", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CertEventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertEventBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "certEventAggregateBoolExpCount", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ChangeOwnerKeySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "changeOwnerKeyAggregateBoolExpCount", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "EventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "eventAggregateBoolExpCount", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ExtrinsicSelectColumnExtrinsicAggregateBoolExpBool_andArgumentsColumns", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BooleanComparisonExp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "extrinsicAggregateBoolExpBool_and", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ExtrinsicSelectColumnExtrinsicAggregateBoolExpBool_orArgumentsColumns", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BooleanComparisonExp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "extrinsicAggregateBoolExpBool_or", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ExtrinsicSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "extrinsicAggregateBoolExpCount", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "identity_row", - "type": { - "kind": "SCALAR", - "name": "identity_scalar", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "getUdHistoryArgs", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "IdentitySelectColumnIdentityAggregateBoolExpBool_andArgumentsColumns", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BooleanComparisonExp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "identityAggregateBoolExpBool_and", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "IdentitySelectColumnIdentityAggregateBoolExpBool_orArgumentsColumns", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BooleanComparisonExp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "identityAggregateBoolExpBool_or", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "IdentitySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "identityAggregateBoolExpCount", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "SCALAR", - "name": "identity_scalar", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "SCALAR", - "name": "jsonb", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "MembershipEventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "membershipEventAggregateBoolExpCount", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "SCALAR", - "name": "numeric", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": [ - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AccountSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"account\"", - "isDeprecated": false, - "name": "account", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AccountSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"account\"", - "isDeprecated": false, - "name": "accountAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AccountAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"account\" using primary key columns", - "isDeprecated": false, - "name": "accountByPk", - "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "BlockSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BlockOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "BlockBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"block\"", - "isDeprecated": false, - "name": "block", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Block", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "BlockSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BlockOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "BlockBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"block\"", - "isDeprecated": false, - "name": "blockAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "BlockAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"block\" using primary key columns", - "isDeprecated": false, - "name": "blockByPk", - "type": { - "kind": "OBJECT", - "name": "Block", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CallSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CallOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"call\"", - "isDeprecated": false, - "name": "call", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Call", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CallSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CallOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"call\"", - "isDeprecated": false, - "name": "callAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CallAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"call\" using primary key columns", - "isDeprecated": false, - "name": "callByPk", - "type": { - "kind": "OBJECT", - "name": "Call", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CertSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CertOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"cert\"", - "isDeprecated": false, - "name": "cert", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Cert", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CertSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CertOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"cert\"", - "isDeprecated": false, - "name": "certAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CertAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"cert\" using primary key columns", - "isDeprecated": false, - "name": "certByPk", - "type": { - "kind": "OBJECT", - "name": "Cert", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CertEventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CertEventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertEventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"cert_event\"", - "isDeprecated": false, - "name": "certEvent", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CertEvent", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CertEventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CertEventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertEventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"cert_event\"", - "isDeprecated": false, - "name": "certEventAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CertEventAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"cert_event\" using primary key columns", - "isDeprecated": false, - "name": "certEventByPk", - "type": { - "kind": "OBJECT", - "name": "CertEvent", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ChangeOwnerKeySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"change_owner_key\"", - "isDeprecated": false, - "name": "changeOwnerKey", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ChangeOwnerKey", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ChangeOwnerKeySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"change_owner_key\"", - "isDeprecated": false, - "name": "changeOwnerKeyAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ChangeOwnerKeyAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"change_owner_key\" using primary key columns", - "isDeprecated": false, - "name": "changeOwnerKeyByPk", - "type": { - "kind": "OBJECT", - "name": "ChangeOwnerKey", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "EventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"event\"", - "isDeprecated": false, - "name": "event", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Event", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "EventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"event\"", - "isDeprecated": false, - "name": "eventAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "EventAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"event\" using primary key columns", - "isDeprecated": false, - "name": "eventByPk", - "type": { - "kind": "OBJECT", - "name": "Event", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ExtrinsicSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"extrinsic\"", - "isDeprecated": false, - "name": "extrinsic", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Extrinsic", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ExtrinsicSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"extrinsic\"", - "isDeprecated": false, - "name": "extrinsicAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ExtrinsicAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"extrinsic\" using primary key columns", - "isDeprecated": false, - "name": "extrinsicByPk", - "type": { - "kind": "OBJECT", - "name": "Extrinsic", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "input parameters for function \"getUdHistory\"", - "name": "args", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "getUdHistoryArgs", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "UdHistorySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "execute function \"get_ud_history\" which returns \"ud_history\"", - "isDeprecated": false, - "name": "getUdHistory", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UdHistory", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "input parameters for function \"getUdHistoryAggregate\"", - "name": "args", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "getUdHistoryArgs", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "UdHistorySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "execute function \"get_ud_history\" and query aggregates on result of table type \"ud_history\"", - "isDeprecated": false, - "name": "getUdHistoryAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UdHistoryAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "IdentitySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "IdentityOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"identity\"", - "isDeprecated": false, - "name": "identity", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Identity", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "IdentitySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "IdentityOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"identity\"", - "isDeprecated": false, - "name": "identityAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "IdentityAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"identity\" using primary key columns", - "isDeprecated": false, - "name": "identityByPk", - "type": { - "kind": "OBJECT", - "name": "Identity", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ItemsCounterSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ItemsCounterOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ItemsCounterBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"items_counter\"", - "isDeprecated": false, - "name": "itemsCounter", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemsCounter", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ItemsCounterSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ItemsCounterOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ItemsCounterBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"items_counter\"", - "isDeprecated": false, - "name": "itemsCounterAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemsCounterAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"items_counter\" using primary key columns", - "isDeprecated": false, - "name": "itemsCounterByPk", - "type": { - "kind": "OBJECT", - "name": "ItemsCounter", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "MembershipEventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"membership_event\"", - "isDeprecated": false, - "name": "membershipEvent", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "MembershipEvent", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "MembershipEventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"membership_event\"", - "isDeprecated": false, - "name": "membershipEventAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "MembershipEventAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"membership_event\" using primary key columns", - "isDeprecated": false, - "name": "membershipEventByPk", - "type": { - "kind": "OBJECT", - "name": "MembershipEvent", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "PopulationHistorySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PopulationHistoryOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "PopulationHistoryBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"population_history\"", - "isDeprecated": false, - "name": "populationHistory", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PopulationHistory", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "PopulationHistorySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PopulationHistoryOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "PopulationHistoryBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"population_history\"", - "isDeprecated": false, - "name": "populationHistoryAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PopulationHistoryAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"population_history\" using primary key columns", - "isDeprecated": false, - "name": "populationHistoryByPk", - "type": { - "kind": "OBJECT", - "name": "PopulationHistory", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"smith\"", - "isDeprecated": false, - "name": "smith", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Smith", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"smith\"", - "isDeprecated": false, - "name": "smithAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SmithAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"smith\" using primary key columns", - "isDeprecated": false, - "name": "smithByPk", - "type": { - "kind": "OBJECT", - "name": "Smith", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithCertSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithCertOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"smith_cert\"", - "isDeprecated": false, - "name": "smithCert", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SmithCert", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithCertSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithCertOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"smith_cert\"", - "isDeprecated": false, - "name": "smithCertAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SmithCertAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"smith_cert\" using primary key columns", - "isDeprecated": false, - "name": "smithCertByPk", - "type": { - "kind": "OBJECT", - "name": "SmithCert", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithEventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithEventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithEventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"smith_event\"", - "isDeprecated": false, - "name": "smithEvent", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SmithEvent", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithEventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithEventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithEventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"smith_event\"", - "isDeprecated": false, - "name": "smithEventAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SmithEventAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"smith_event\" using primary key columns", - "isDeprecated": false, - "name": "smithEventByPk", - "type": { - "kind": "OBJECT", - "name": "SmithEvent", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "TransferSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TransferOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"transfer\"", - "isDeprecated": false, - "name": "transfer", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Transfer", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "TransferSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TransferOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"transfer\"", - "isDeprecated": false, - "name": "transferAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TransferAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"transfer\" using primary key columns", - "isDeprecated": false, - "name": "transferByPk", - "type": { - "kind": "OBJECT", - "name": "Transfer", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "TxCommentSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TxCommentOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TxCommentBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"tx_comment\"", - "isDeprecated": false, - "name": "txComment", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TxComment", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "TxCommentSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TxCommentOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TxCommentBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"tx_comment\"", - "isDeprecated": false, - "name": "txCommentAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TxCommentAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"tx_comment\" using primary key columns", - "isDeprecated": false, - "name": "txCommentByPk", - "type": { - "kind": "OBJECT", - "name": "TxComment", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "UdHistorySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"ud_history\"", - "isDeprecated": false, - "name": "udHistory", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UdHistory", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "UdHistorySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"ud_history\"", - "isDeprecated": false, - "name": "udHistoryAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UdHistoryAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"ud_history\" using primary key columns", - "isDeprecated": false, - "name": "udHistoryByPk", - "type": { - "kind": "OBJECT", - "name": "UdHistory", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "UdReevalSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UdReevalOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdReevalBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"ud_reeval\"", - "isDeprecated": false, - "name": "udReeval", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UdReeval", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "UdReevalSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UdReevalOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdReevalBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"ud_reeval\"", - "isDeprecated": false, - "name": "udReevalAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UdReevalAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"ud_reeval\" using primary key columns", - "isDeprecated": false, - "name": "udReevalByPk", - "type": { - "kind": "OBJECT", - "name": "UdReeval", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "UniversalDividendSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UniversalDividendOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "UniversalDividendBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"universal_dividend\"", - "isDeprecated": false, - "name": "universalDividend", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UniversalDividend", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "UniversalDividendSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UniversalDividendOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "UniversalDividendBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"universal_dividend\"", - "isDeprecated": false, - "name": "universalDividendAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UniversalDividendAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"universal_dividend\" using primary key columns", - "isDeprecated": false, - "name": "universalDividendByPk", - "type": { - "kind": "OBJECT", - "name": "UniversalDividend", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ValidatorSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ValidatorOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ValidatorBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"validator\"", - "isDeprecated": false, - "name": "validator", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Validator", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ValidatorSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ValidatorOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ValidatorBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"validator\"", - "isDeprecated": false, - "name": "validatorAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ValidatorAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"validator\" using primary key columns", - "isDeprecated": false, - "name": "validatorByPk", - "type": { - "kind": "OBJECT", - "name": "Validator", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "query_root", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithCertSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "smithCertAggregateBoolExpCount", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithEventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithEventBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "smithEventAggregateBoolExpCount", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": [ - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AccountSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"account\"", - "isDeprecated": false, - "name": "account", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AccountSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"account\"", - "isDeprecated": false, - "name": "accountAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AccountAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"account\" using primary key columns", - "isDeprecated": false, - "name": "accountByPk", - "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batchSize", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountStreamCursorInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"account\"", - "isDeprecated": false, - "name": "accountStream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "BlockSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BlockOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "BlockBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"block\"", - "isDeprecated": false, - "name": "block", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Block", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "BlockSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BlockOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "BlockBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"block\"", - "isDeprecated": false, - "name": "blockAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "BlockAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"block\" using primary key columns", - "isDeprecated": false, - "name": "blockByPk", - "type": { - "kind": "OBJECT", - "name": "Block", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batchSize", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BlockStreamCursorInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "BlockBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"block\"", - "isDeprecated": false, - "name": "blockStream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Block", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CallSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CallOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"call\"", - "isDeprecated": false, - "name": "call", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Call", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CallSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CallOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"call\"", - "isDeprecated": false, - "name": "callAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CallAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"call\" using primary key columns", - "isDeprecated": false, - "name": "callByPk", - "type": { - "kind": "OBJECT", - "name": "Call", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batchSize", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CallStreamCursorInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CallBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"call\"", - "isDeprecated": false, - "name": "callStream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Call", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CertSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CertOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"cert\"", - "isDeprecated": false, - "name": "cert", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Cert", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CertSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CertOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"cert\"", - "isDeprecated": false, - "name": "certAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CertAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"cert\" using primary key columns", - "isDeprecated": false, - "name": "certByPk", - "type": { - "kind": "OBJECT", - "name": "Cert", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CertEventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CertEventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertEventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"cert_event\"", - "isDeprecated": false, - "name": "certEvent", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CertEvent", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CertEventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CertEventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertEventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"cert_event\"", - "isDeprecated": false, - "name": "certEventAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CertEventAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"cert_event\" using primary key columns", - "isDeprecated": false, - "name": "certEventByPk", - "type": { - "kind": "OBJECT", - "name": "CertEvent", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batchSize", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CertEventStreamCursorInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertEventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"cert_event\"", - "isDeprecated": false, - "name": "certEventStream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CertEvent", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batchSize", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CertStreamCursorInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "CertBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"cert\"", - "isDeprecated": false, - "name": "certStream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Cert", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ChangeOwnerKeySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"change_owner_key\"", - "isDeprecated": false, - "name": "changeOwnerKey", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ChangeOwnerKey", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ChangeOwnerKeySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"change_owner_key\"", - "isDeprecated": false, - "name": "changeOwnerKeyAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ChangeOwnerKeyAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"change_owner_key\" using primary key columns", - "isDeprecated": false, - "name": "changeOwnerKeyByPk", - "type": { - "kind": "OBJECT", - "name": "ChangeOwnerKey", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batchSize", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyStreamCursorInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ChangeOwnerKeyBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"change_owner_key\"", - "isDeprecated": false, - "name": "changeOwnerKeyStream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ChangeOwnerKey", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "EventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"event\"", - "isDeprecated": false, - "name": "event", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Event", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "EventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"event\"", - "isDeprecated": false, - "name": "eventAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "EventAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"event\" using primary key columns", - "isDeprecated": false, - "name": "eventByPk", - "type": { - "kind": "OBJECT", - "name": "Event", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batchSize", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EventStreamCursorInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"event\"", - "isDeprecated": false, - "name": "eventStream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Event", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ExtrinsicSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"extrinsic\"", - "isDeprecated": false, - "name": "extrinsic", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Extrinsic", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ExtrinsicSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"extrinsic\"", - "isDeprecated": false, - "name": "extrinsicAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ExtrinsicAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"extrinsic\" using primary key columns", - "isDeprecated": false, - "name": "extrinsicByPk", - "type": { - "kind": "OBJECT", - "name": "Extrinsic", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batchSize", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicStreamCursorInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ExtrinsicBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"extrinsic\"", - "isDeprecated": false, - "name": "extrinsicStream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Extrinsic", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "input parameters for function \"getUdHistory\"", - "name": "args", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "getUdHistoryArgs", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "UdHistorySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "execute function \"get_ud_history\" which returns \"ud_history\"", - "isDeprecated": false, - "name": "getUdHistory", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UdHistory", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "input parameters for function \"getUdHistoryAggregate\"", - "name": "args", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "getUdHistoryArgs", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "UdHistorySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "execute function \"get_ud_history\" and query aggregates on result of table type \"ud_history\"", - "isDeprecated": false, - "name": "getUdHistoryAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UdHistoryAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "IdentitySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "IdentityOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"identity\"", - "isDeprecated": false, - "name": "identity", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Identity", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "IdentitySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "IdentityOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"identity\"", - "isDeprecated": false, - "name": "identityAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "IdentityAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"identity\" using primary key columns", - "isDeprecated": false, - "name": "identityByPk", - "type": { - "kind": "OBJECT", - "name": "Identity", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batchSize", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "IdentityStreamCursorInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "IdentityBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"identity\"", - "isDeprecated": false, - "name": "identityStream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Identity", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ItemsCounterSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ItemsCounterOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ItemsCounterBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"items_counter\"", - "isDeprecated": false, - "name": "itemsCounter", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemsCounter", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ItemsCounterSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ItemsCounterOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ItemsCounterBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"items_counter\"", - "isDeprecated": false, - "name": "itemsCounterAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemsCounterAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"items_counter\" using primary key columns", - "isDeprecated": false, - "name": "itemsCounterByPk", - "type": { - "kind": "OBJECT", - "name": "ItemsCounter", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batchSize", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ItemsCounterStreamCursorInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ItemsCounterBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"items_counter\"", - "isDeprecated": false, - "name": "itemsCounterStream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemsCounter", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "MembershipEventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"membership_event\"", - "isDeprecated": false, - "name": "membershipEvent", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "MembershipEvent", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "MembershipEventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"membership_event\"", - "isDeprecated": false, - "name": "membershipEventAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "MembershipEventAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"membership_event\" using primary key columns", - "isDeprecated": false, - "name": "membershipEventByPk", - "type": { - "kind": "OBJECT", - "name": "MembershipEvent", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batchSize", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventStreamCursorInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "MembershipEventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"membership_event\"", - "isDeprecated": false, - "name": "membershipEventStream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "MembershipEvent", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "PopulationHistorySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PopulationHistoryOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "PopulationHistoryBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"population_history\"", - "isDeprecated": false, - "name": "populationHistory", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PopulationHistory", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "PopulationHistorySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PopulationHistoryOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "PopulationHistoryBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"population_history\"", - "isDeprecated": false, - "name": "populationHistoryAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PopulationHistoryAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"population_history\" using primary key columns", - "isDeprecated": false, - "name": "populationHistoryByPk", - "type": { - "kind": "OBJECT", - "name": "PopulationHistory", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batchSize", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PopulationHistoryStreamCursorInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "PopulationHistoryBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"population_history\"", - "isDeprecated": false, - "name": "populationHistoryStream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PopulationHistory", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"smith\"", - "isDeprecated": false, - "name": "smith", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Smith", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"smith\"", - "isDeprecated": false, - "name": "smithAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SmithAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"smith\" using primary key columns", - "isDeprecated": false, - "name": "smithByPk", - "type": { - "kind": "OBJECT", - "name": "Smith", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithCertSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithCertOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"smith_cert\"", - "isDeprecated": false, - "name": "smithCert", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SmithCert", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithCertSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithCertOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"smith_cert\"", - "isDeprecated": false, - "name": "smithCertAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SmithCertAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"smith_cert\" using primary key columns", - "isDeprecated": false, - "name": "smithCertByPk", - "type": { - "kind": "OBJECT", - "name": "SmithCert", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batchSize", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithCertStreamCursorInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithCertBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"smith_cert\"", - "isDeprecated": false, - "name": "smithCertStream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SmithCert", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithEventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithEventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithEventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"smith_event\"", - "isDeprecated": false, - "name": "smithEvent", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SmithEvent", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "SmithEventSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithEventOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithEventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"smith_event\"", - "isDeprecated": false, - "name": "smithEventAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SmithEventAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"smith_event\" using primary key columns", - "isDeprecated": false, - "name": "smithEventByPk", - "type": { - "kind": "OBJECT", - "name": "SmithEvent", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batchSize", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithEventStreamCursorInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithEventBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"smith_event\"", - "isDeprecated": false, - "name": "smithEventStream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SmithEvent", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batchSize", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SmithStreamCursorInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "SmithBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"smith\"", - "isDeprecated": false, - "name": "smithStream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Smith", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "TransferSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TransferOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"transfer\"", - "isDeprecated": false, - "name": "transfer", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Transfer", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "TransferSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TransferOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"transfer\"", - "isDeprecated": false, - "name": "transferAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TransferAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"transfer\" using primary key columns", - "isDeprecated": false, - "name": "transferByPk", - "type": { - "kind": "OBJECT", - "name": "Transfer", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batchSize", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TransferStreamCursorInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"transfer\"", - "isDeprecated": false, - "name": "transferStream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Transfer", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "TxCommentSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TxCommentOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TxCommentBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"tx_comment\"", - "isDeprecated": false, - "name": "txComment", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TxComment", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "TxCommentSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TxCommentOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TxCommentBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"tx_comment\"", - "isDeprecated": false, - "name": "txCommentAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TxCommentAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"tx_comment\" using primary key columns", - "isDeprecated": false, - "name": "txCommentByPk", - "type": { - "kind": "OBJECT", - "name": "TxComment", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batchSize", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TxCommentStreamCursorInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TxCommentBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"tx_comment\"", - "isDeprecated": false, - "name": "txCommentStream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TxComment", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "UdHistorySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"ud_history\"", - "isDeprecated": false, - "name": "udHistory", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UdHistory", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "UdHistorySelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"ud_history\"", - "isDeprecated": false, - "name": "udHistoryAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UdHistoryAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"ud_history\" using primary key columns", - "isDeprecated": false, - "name": "udHistoryByPk", - "type": { - "kind": "OBJECT", - "name": "UdHistory", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batchSize", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryStreamCursorInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdHistoryBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"ud_history\"", - "isDeprecated": false, - "name": "udHistoryStream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UdHistory", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "UdReevalSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UdReevalOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdReevalBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"ud_reeval\"", - "isDeprecated": false, - "name": "udReeval", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UdReeval", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "UdReevalSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UdReevalOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdReevalBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"ud_reeval\"", - "isDeprecated": false, - "name": "udReevalAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UdReevalAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"ud_reeval\" using primary key columns", - "isDeprecated": false, - "name": "udReevalByPk", - "type": { - "kind": "OBJECT", - "name": "UdReeval", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batchSize", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UdReevalStreamCursorInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "UdReevalBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"ud_reeval\"", - "isDeprecated": false, - "name": "udReevalStream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UdReeval", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "UniversalDividendSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UniversalDividendOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "UniversalDividendBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"universal_dividend\"", - "isDeprecated": false, - "name": "universalDividend", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UniversalDividend", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "UniversalDividendSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UniversalDividendOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "UniversalDividendBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"universal_dividend\"", - "isDeprecated": false, - "name": "universalDividendAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UniversalDividendAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"universal_dividend\" using primary key columns", - "isDeprecated": false, - "name": "universalDividendByPk", - "type": { - "kind": "OBJECT", - "name": "UniversalDividend", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batchSize", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UniversalDividendStreamCursorInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "UniversalDividendBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"universal_dividend\"", - "isDeprecated": false, - "name": "universalDividendStream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "UniversalDividend", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ValidatorSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ValidatorOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ValidatorBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"validator\"", - "isDeprecated": false, - "name": "validator", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Validator", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinctOn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ValidatorSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "orderBy", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ValidatorOrderBy", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ValidatorBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"validator\"", - "isDeprecated": false, - "name": "validatorAggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ValidatorAggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"validator\" using primary key columns", - "isDeprecated": false, - "name": "validatorByPk", - "type": { - "kind": "OBJECT", - "name": "Validator", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batchSize", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ValidatorStreamCursorInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ValidatorBoolExp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"validator\"", - "isDeprecated": false, - "name": "validatorStream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Validator", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "subscription_root", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "SCALAR", - "name": "timestamptz", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "TransferSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransferBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "transferAggregateBoolExpCount", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "TxCommentSelectColumn", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "TxCommentBoolExp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "IntComparisonExp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "txCommentAggregateBoolExpCount", - "possibleTypes": null - } - ] - } - } -} \ No newline at end of file diff --git a/g1bridge/src/indexer.rs b/g1bridge/src/indexer.rs deleted file mode 100644 index cabb96f..0000000 --- a/g1bridge/src/indexer.rs +++ /dev/null @@ -1,51 +0,0 @@ -use serde::Deserialize; - -/* -[ - { - "data": { - "transfer": [ - { - "amount": 42, - "comment": null - }, - { - "amount": 30, - "comment": {"remark": "tuxmain"} - } - ], - "block": [ - { - "height": 7040132, - "hash": "\\xe669ff0d26dc9c48ec905916d39b0f11447cf63a37c0d1094f19cdfbbb199c67" - } - ] - } - } -] - -*/ -#[derive(Debug, Deserialize)] -pub struct Comment { - pub remark: String, -} -#[derive(Debug, Deserialize)] -pub struct Transfer { - pub amount: u64, - pub comment: Option, -} -#[derive(Debug, Deserialize)] -pub struct Block { - pub height: u64, - pub hash: String, -} -#[derive(Debug, Deserialize)] -pub struct Data { - pub transfer: Vec, - pub block: Vec, -} -#[derive(Debug, Deserialize)] -pub struct DataWrapper { - pub data: Data, -} -pub type Response = Vec; diff --git a/g1bridge/src/main.rs b/g1bridge/src/main.rs index 97197df..c395b88 100644 --- a/g1bridge/src/main.rs +++ b/g1bridge/src/main.rs @@ -1,23 +1,22 @@ #![feature(try_blocks)] mod blockchain; -mod indexer; -mod response; use argp::FromArgs; -use serde::{Deserialize, Serialize}; +use serde::{Deserialize, Serialize, de}; use sp_core::Pair as _; use std::{ - collections::{hash_map::Entry, HashMap}, io::{BufRead, Read}, str::FromStr, sync::Arc + io::{BufRead, Read}, + str::FromStr, + sync::Arc, }; use subxt::{ - ext::sp_core::ed25519::Pair, - utils::AccountId32, + ext::sp_core::ed25519::{Pair, Public}, + utils::{AccountId32, MultiAddress}, }; -use tiny_http::{Response, ResponseBox, Server}; +use tiny_http::{Response, ResponseBox, Server, ServerConfig}; use tokio::sync::mpsc::{Sender, channel}; use typed_sled::Tree; -use log::error; /// Game to Blockchain const TREE_DEBT_G2B: &'static str = "debt_g2b"; @@ -29,10 +28,6 @@ struct Opt { #[argp(option, short = 'd')] db: String, - /// Duniter indexer URL - #[argp(option, short = 'i', default = "String::from(\"https://squid.gdev.gyroi.de/v1/graphql\")")] - indexer: String, - /// secret key is legacy (two passwords on the two first lines) #[argp(switch, short = 'l')] legacy: bool, @@ -85,16 +80,12 @@ async fn main() { .expect("Cannot read secret key file"); Pair::from_string(sk_content.trim(), None).expect("Cannot decode secret key") }; - let pk: AccountId32 = pair.public().into(); - let pk_str = pk.to_string(); simplelog::SimpleLogger::init(log::LevelFilter::Debug, simplelog::Config::default()).unwrap(); let db = typed_sled::open(opt.db).expect("Cannot open database"); let tree_debt_g2b = Tree::::open(&db, TREE_DEBT_G2B); - let client = reqwest::Client::new(); - let (bc_send, bc_recv) = channel(128); tokio::spawn(blockchain::run( @@ -109,8 +100,6 @@ async fn main() { struct Locals { tree_debt_g2b: Tree, bc_send: Sender, - indexer: String, - pk_str: String, } tokio::task_local! { @@ -121,13 +110,10 @@ async fn main() { Arc::new(Locals { tree_debt_g2b, bc_send, - indexer: opt.indexer, - pk_str: pk_str, }), async move { for request in server.incoming_requests() { let locals = LOCALS.get(); - let client = client.clone(); tokio::spawn(async move { let url = request.url(); @@ -138,6 +124,7 @@ async fn main() { Some("send") => { let address = AccountId32::from_str(url_items.next()?).ok()?; let amount = url_items.next()?.parse::().ok()?; + println!("{address} {amount}"); let debt = DebtG2B { address, amount }; locals.tree_debt_g2b.insert(&debt, &()).ok()?; @@ -145,52 +132,6 @@ async fn main() { Response::empty(200).boxed() } - Some("recv") => { - let block_number = url_items.next()?.parse::().ok()?; - let req = client.post(&locals.indexer).body(dbg!(format!( -r#"[{{"query":"{{transfer(where:{{blockNumber:{{_gt:{}}},to:{{id:{{_eq:\"{}\"}}}}}}){{amount comment{{remark}}}}block(limit:1,orderBy:{{height:DESC}}){{height hash}}}}"}}]"#, -block_number, locals.pk_str))).build().unwrap(); - let Ok(res) = client.execute(req).await else { - request.respond(Response::empty(500)).ok(); - error!("Error from indexer"); - return; - }; - let Ok(res) = res.json::().await else { - request.respond(Response::empty(500)).ok(); - error!("Bad JSON from indexer"); - return; - }; - let Some(data) = res.first() else { - request.respond(Response::empty(500)).ok(); - error!("No data from indexer"); - return; - }; - let Some(block) = data.data.block.first() else { - request.respond(Response::empty(500)).ok(); - error!("No block from indexer"); - return; - }; - let mut debts = HashMap::::new(); - for transfer in data.data.transfer.iter() { - if let Some(comment) = &transfer.comment { - match debts.entry(comment.remark.clone()) { - Entry::Occupied(mut debt) => { - *debt.get_mut() = debt.get().saturating_add(transfer.amount); - } - Entry::Vacant(debt) => { - debt.insert(transfer.amount); - } - } - } - } - Response::from_string(serde_json::to_string(&response::Response { - block: block.height, - debts: debts.into_iter().map(|(name, amount)| response::Debt { - name, - amount, - }).collect(), - }).unwrap()).with_status_code(200).boxed() - } _ => None?, } }; diff --git a/g1bridge/src/response.rs b/g1bridge/src/response.rs deleted file mode 100644 index 1ee8066..0000000 --- a/g1bridge/src/response.rs +++ /dev/null @@ -1,13 +0,0 @@ -use serde::Serialize; - -#[derive(Serialize)] -pub struct Debt { - pub name: String, - pub amount: u64, -} - -#[derive(Serialize)] -pub struct Response { - pub block: u64, - pub debts: Vec, -} diff --git a/init.lua b/init.lua index 3b85f0f..01e7a59 100644 --- a/init.lua +++ b/init.lua @@ -1,97 +1,49 @@ -local MG_RATE = 10 - local http = minetest.request_http_api() if http == nil then error("Please add g1_bridge to secure.http_mods") end -local mod_storage = core.get_mod_storage() -if mod_storage == nil then - error("Cannot get mod storage") -end - -function receive_debts() - local block = mod_storage:get_int("block") - http.fetch({url="http://127.0.0.1:30061/recv/"..block, method="GET"}, - function(res) - if res.code == 200 then - local data = minetest.parse_json(res.data) - if data == nil or type(data.block) ~= "number" or data.block <= block or type(data.debts) ~= "table" then - return - end - for i, debt in ipairs(data.debts) do - if type(debt.name) == "string" and type(debt.amount) == "number" and core.player_exists(debt.name) then - local player_debt = mod_storage:get_int("debt_"..debt.name) - player_debt = player_debt + debt.amount - mod_storage:set_int("debt_"..debt.name, player_debt) - end - end - mod_storage:set_int("block", data.block + 1) - end - end - ) -end - -minetest.register_chatcommand("g1_send", { - params = "
", - description = "Send MineGeld from your inventory to a G1 address. Fixed rate: 1G1=10MG.", +minetest.register_chatcommand("g1", { func = function(name, param) local args = {} for arg in string.gmatch(param,"%S+") do - if #args >= 2 then + if #args >= 3 then break end table.insert(args, arg) end - if #args == 2 and string.find(args[1],"^[%da-zA-Z]+$") and string.find(args[2],"^%d+$") then - local address = args[1] - local amount_mg = tonumber(args[2]) - -- This version Lua does not have any way to check if a number is represented as an integer or a float, - -- because it explicitely doesn't care. - -- Hence, this program won't care if the player writes an invalid number, - -- as there is no need to ensure arithmetic rules are respected. (as Lua's manual pretends) - -- As the pattern excludes "." and nobody should have billions of items, - -- it should still be safe. I hope. - if type(amount_mg) ~= "number" then - return - end - local inv = core.get_inventory({type="player", name=name}) - local wanted_stack = "currency:minegeld "..amount_mg - local balanced = inv:contains_item("main", ItemStack(wanted_stack)) - if balanced then - local amount = amount_mg * MG_RATE - inv:remove_item("main", ItemStack(wanted_stack)) - http.fetch({url="http://127.0.0.1:30061/send/"..address.."/"..amount, method="GET"}, - function(res) - if res ~= nil and res.code == 200 then - core.chat_send_player(name, "Transfer sent") - else - core.chat_send_player(name, "Error during transfer, giving your money back") - inv:add_item("main", ItemStack(wanted_stack)) + if #args >= 1 then + core.chat_send_player(name, "args >= 1") + if args[1] == "send" and #args == 3 and string.find(args[2],"^[%da-zA-Z]+$") and string.find(args[3],"^%d+$") then + local address = args[2] + local amount = tonumber(args[3]) + -- This version Lua does not have any way to check if a number is represented as an integer or a float, + -- because it explicitely doesn't care. + -- Hence, this program won't care if the player writes an invalid number, + -- as there is no need to ensure arithmetic rules are respected. (as Lua's manual pretends) + -- As the pattern excludes "." and nobody should have billions of items, + -- it should still be safe. I hope. + if type(amount) ~= "number" then + return + end + local inv = core.get_inventory({type="player", name=name}) + local wanted_stack = "currency:minegeld "..amount + local balanced = inv:contains_item("main", ItemStack(wanted_stack)) + if balanced then + inv:remove_item("main", wanted_stack) + http.fetch({url="http://127.0.0.1:30061/send/"..address.."/"..amount, method="GET"}, + function(res) + if res.code == 200 then + core.chat_send_player(name, "Transfer sent") + else + core.chat_send_player(name, "Error during transfer") + end end - end - ) - else - core.chat_send_player(name, "Not enough money (please ensure it is available in 1MG banknotes)") + ) + else + core.chat_send_player(name, "Not enough currency") + end end end end }) - -minetest.register_chatcommand("g1_claim", { - description = "Claim MineGeld from G1 sent to the server", - func = function(name, param) - receive_debts() - local amount = mod_storage:get_int("debt_"..name) - local amount_mg = amount / MG_RATE - local inv = core.get_inventory({type="player", name=name}) - local stack = "currency:minegeld "..amount_mg - if inv:room_for_item("main", ItemStack(stack)) then - inv:add_item("main", ItemStack(stack)) - core.chat_send_player(name, "Claimed "..amount_mg.."MG") - mod_storage:set_int("debt_"..name, 0) - else - core.chat_send_player(name, "No room in your inventory! Available: "..amount_mg.."MG") - end - end -})