@@ -259,7 +259,9 @@ type BigFloatRangeBound {
259
259
}
260
260
261
261
"""
262
- A signed eight-byte integer. The upper big integer values are greater than the max value for a JavaScript number. Therefore all big integers will be output as strings and not numbers.
262
+ A signed eight-byte integer. The upper big integer values are greater than the
263
+ max value for a JavaScript number. Therefore all big integers will be output as
264
+ strings and not numbers.
263
265
"""
264
266
scalar BigInt
265
267
@@ -451,7 +453,8 @@ type DateRangeBound {
451
453
}
452
454
453
455
"""
454
- A point in time as described by the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) standard. May or may not include a timezone.
456
+ A point in time as described by the [ISO
457
+ 8601](https://en.wikipedia.org/wiki/ISO_8601) standard. May or may not include a timezone.
455
458
"""
456
459
scalar Datetime
457
460
@@ -701,7 +704,8 @@ type Filterable implements Node {
701
704
last : Int
702
705
703
706
" " "
704
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
707
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
708
+ based pagination . May not be used with \` last\` .
705
709
"""
706
710
offset: Int
707
711
): ChildrenConnection!
@@ -719,7 +723,8 @@ type Filterable implements Node {
719
723
last: Int
720
724
721
725
"""
722
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
726
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
727
+ based pagination. May not be used with \` last\` .
723
728
"""
724
729
offset: Int
725
730
): FilterableComputedSetofIntConnection!
@@ -758,8 +763,6 @@ type Filterable implements Node {
758
763
numeric: BigFloat
759
764
parentId: Int
760
765
text: String
761
-
762
- " " " " " "
763
766
textOmitFilter: String
764
767
time: Time
765
768
timestamp: Datetime
@@ -1008,15 +1011,12 @@ enum ForwardsOrderBy {
1008
1011
}
1009
1012
1010
1013
type FullyOmitted implements Node {
1011
- " " " " " "
1012
1014
id : Int !
1013
1015
1014
1016
" " "
1015
1017
A globally unique identifier. Can be used in various places throughout the system to identify this single value.
1016
1018
" " "
1017
1019
nodeId: ID!
1018
-
1019
- " " " " " "
1020
1020
text : String
1021
1021
}
1022
1022
@@ -1252,7 +1252,9 @@ type Interval {
1252
1252
months : Int
1253
1253
1254
1254
" " "
1255
- A quantity of seconds. This is the only non-integer field, as all the other fields will dump their overflow into a smaller unit of time. Intervals don’t have a smaller unit than seconds.
1255
+ A quantity of seconds. This is the only non-integer field, as all the other
1256
+ fields will dump their overflow into a smaller unit of time . Intervals don ’t
1257
+ have a smaller unit than seconds .
1256
1258
" " "
1257
1259
seconds: Float
1258
1260
@@ -1547,7 +1549,8 @@ type Query implements Node {
1547
1549
last : Int
1548
1550
1549
1551
" " "
1550
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
1552
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
1553
+ based pagination . May not be used with \` last\` .
1551
1554
"""
1552
1555
offset: Int
1553
1556
@@ -1575,7 +1578,8 @@ type Query implements Node {
1575
1578
last: Int
1576
1579
1577
1580
"""
1578
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
1581
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
1582
+ based pagination. May not be used with \` last\` .
1579
1583
"""
1580
1584
offset: Int
1581
1585
@@ -1603,7 +1607,8 @@ type Query implements Node {
1603
1607
last: Int
1604
1608
1605
1609
"""
1606
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
1610
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
1611
+ based pagination. May not be used with \` last\` .
1607
1612
"""
1608
1613
offset: Int
1609
1614
@@ -1631,7 +1636,8 @@ type Query implements Node {
1631
1636
last: Int
1632
1637
1633
1638
"""
1634
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
1639
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
1640
+ based pagination. May not be used with \` last\` .
1635
1641
"""
1636
1642
offset: Int
1637
1643
@@ -1659,7 +1665,8 @@ type Query implements Node {
1659
1665
last: Int
1660
1666
1661
1667
"""
1662
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
1668
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
1669
+ based pagination. May not be used with \` last\` .
1663
1670
"""
1664
1671
offset: Int
1665
1672
@@ -1687,7 +1694,8 @@ type Query implements Node {
1687
1694
last: Int
1688
1695
1689
1696
"""
1690
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
1697
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
1698
+ based pagination. May not be used with \` last\` .
1691
1699
"""
1692
1700
offset: Int
1693
1701
@@ -1715,7 +1723,8 @@ type Query implements Node {
1715
1723
last: Int
1716
1724
1717
1725
"""
1718
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
1726
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
1727
+ based pagination. May not be used with \` last\` .
1719
1728
"""
1720
1729
offset: Int
1721
1730
@@ -1743,7 +1752,8 @@ type Query implements Node {
1743
1752
last: Int
1744
1753
1745
1754
"""
1746
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
1755
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
1756
+ based pagination. May not be used with \` last\` .
1747
1757
"""
1748
1758
offset: Int
1749
1759
@@ -1771,7 +1781,8 @@ type Query implements Node {
1771
1781
last: Int
1772
1782
1773
1783
"""
1774
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
1784
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
1785
+ based pagination. May not be used with \` last\` .
1775
1786
"""
1776
1787
offset: Int
1777
1788
@@ -1799,7 +1810,8 @@ type Query implements Node {
1799
1810
last: Int
1800
1811
1801
1812
"""
1802
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
1813
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
1814
+ based pagination. May not be used with \` last\` .
1803
1815
"""
1804
1816
offset: Int
1805
1817
@@ -1827,7 +1839,8 @@ type Query implements Node {
1827
1839
last: Int
1828
1840
1829
1841
"""
1830
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
1842
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
1843
+ based pagination. May not be used with \` last\` .
1831
1844
"""
1832
1845
offset: Int
1833
1846
@@ -1850,7 +1863,8 @@ type Query implements Node {
1850
1863
last: Int
1851
1864
1852
1865
"""
1853
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
1866
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
1867
+ based pagination. May not be used with \` last\` .
1854
1868
"""
1855
1869
offset: Int
1856
1870
@@ -1878,7 +1892,8 @@ type Query implements Node {
1878
1892
last: Int
1879
1893
1880
1894
"""
1881
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
1895
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
1896
+ based pagination. May not be used with \` last\` .
1882
1897
"""
1883
1898
offset: Int
1884
1899
@@ -1906,7 +1921,8 @@ type Query implements Node {
1906
1921
last: Int
1907
1922
1908
1923
"""
1909
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
1924
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
1925
+ based pagination. May not be used with \` last\` .
1910
1926
"""
1911
1927
offset: Int
1912
1928
@@ -1934,7 +1950,8 @@ type Query implements Node {
1934
1950
last: Int
1935
1951
1936
1952
"""
1937
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
1953
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
1954
+ based pagination. May not be used with \` last\` .
1938
1955
"""
1939
1956
offset: Int
1940
1957
@@ -1962,7 +1979,8 @@ type Query implements Node {
1962
1979
last: Int
1963
1980
1964
1981
"""
1965
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
1982
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
1983
+ based pagination. May not be used with \` last\` .
1966
1984
"""
1967
1985
offset: Int
1968
1986
@@ -1990,7 +2008,8 @@ type Query implements Node {
1990
2008
last: Int
1991
2009
1992
2010
"""
1993
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
2011
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
2012
+ based pagination. May not be used with \` last\` .
1994
2013
"""
1995
2014
offset: Int
1996
2015
@@ -2018,7 +2037,8 @@ type Query implements Node {
2018
2037
last: Int
2019
2038
2020
2039
"""
2021
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
2040
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
2041
+ based pagination. May not be used with \` last\` .
2022
2042
"""
2023
2043
offset: Int
2024
2044
@@ -2046,7 +2066,8 @@ type Query implements Node {
2046
2066
last: Int
2047
2067
2048
2068
"""
2049
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
2069
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
2070
+ based pagination. May not be used with \` last\` .
2050
2071
"""
2051
2072
offset: Int
2052
2073
@@ -2069,7 +2090,8 @@ type Query implements Node {
2069
2090
last: Int
2070
2091
2071
2092
"""
2072
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
2093
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
2094
+ based pagination. May not be used with \` last\` .
2073
2095
"""
2074
2096
offset: Int
2075
2097
@@ -2202,10 +2224,11 @@ type Query implements Node {
2202
2224
last: Int
2203
2225
2204
2226
"""
2205
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
2227
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
2228
+ based pagination. May not be used with \` last\` .
2206
2229
"""
2207
2230
offset: Int
2208
- ): FuncReturnsTableMultiColConnection !
2231
+ ): FuncReturnsTableMultiColConnection
2209
2232
funcReturnsTableOneCol(
2210
2233
"""Read all values in the set after (below) this cursor."""
2211
2234
after: Cursor
@@ -2221,10 +2244,11 @@ type Query implements Node {
2221
2244
last: Int
2222
2245
2223
2246
"""
2224
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
2247
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
2248
+ based pagination. May not be used with \` last\` .
2225
2249
"""
2226
2250
offset: Int
2227
- ): FuncReturnsTableOneColConnection !
2251
+ ): FuncReturnsTableOneColConnection
2228
2252
2229
2253
"""Reads and enables pagination through a set of \` Filterable\` ."""
2230
2254
funcTaggedFilterableReturnsSetofFilterable(
@@ -2246,10 +2270,11 @@ type Query implements Node {
2246
2270
last: Int
2247
2271
2248
2272
"""
2249
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
2273
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
2274
+ based pagination. May not be used with \` last\` .
2250
2275
"""
2251
2276
offset: Int
2252
- ): FilterablesConnection !
2277
+ ): FilterablesConnection
2253
2278
funcTaggedFilterableReturnsTableMultiCol(
2254
2279
"""Read all values in the set after (below) this cursor."""
2255
2280
after: Cursor
@@ -2269,10 +2294,11 @@ type Query implements Node {
2269
2294
last: Int
2270
2295
2271
2296
"""
2272
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
2297
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
2298
+ based pagination. May not be used with \` last\` .
2273
2299
"""
2274
2300
offset: Int
2275
- ): FuncTaggedFilterableReturnsTableMultiColConnection !
2301
+ ): FuncTaggedFilterableReturnsTableMultiColConnection
2276
2302
2277
2303
"""Reads a single \` JsonbTest\` using its globally unique \` ID\` ."""
2278
2304
jsonbTest(
@@ -2328,14 +2354,16 @@ type Query implements Node {
2328
2354
last: Int
2329
2355
2330
2356
"""
2331
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
2357
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
2358
+ based pagination. May not be used with \` last\` .
2332
2359
"""
2333
2360
offset: Int
2334
2361
otherId: Int
2335
- ): ProtectedsConnection !
2362
+ ): ProtectedsConnection
2336
2363
2337
2364
"""
2338
- Exposes the root query type nested one level down. This is helpful for Relay 1 which can only query top level fields if they are in a particular form.
2365
+ Exposes the root query type nested one level down. This is helpful for Relay 1
2366
+ which can only query top level fields if they are in a particular form.
2339
2367
"""
2340
2368
query: Query!
2341
2369
@@ -2536,7 +2564,8 @@ type SideA implements Node {
2536
2564
last : Int
2537
2565
2538
2566
" " "
2539
- Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor based pagination. May not be used with \` last\` .
2567
+ Skip the first \` n\` values from our \` after\` cursor, an alternative to cursor
2568
+ based pagination . May not be used with \` last\` .
2540
2569
"""
2541
2570
offset: Int
2542
2571
0 commit comments