Skip to content

Commit 2e8b6f5

Browse files
authored
chore(deps): upgrade postgraphile-core & tslib; freshen yarn.lock (#189)
1 parent 8d71011 commit 2e8b6f5

15 files changed

+1172
-691
lines changed

__tests__/integration/schema/__snapshots__/addConnectionFilterOperator.test.ts.snap

Lines changed: 88 additions & 50 deletions
Large diffs are not rendered by default.

__tests__/integration/schema/__snapshots__/allowedFieldTypes.test.ts.snap

Lines changed: 85 additions & 49 deletions
Large diffs are not rendered by default.

__tests__/integration/schema/__snapshots__/allowedOperators.test.ts.snap

Lines changed: 88 additions & 50 deletions
Large diffs are not rendered by default.

__tests__/integration/schema/__snapshots__/arraysFalse.test.ts.snap

Lines changed: 88 additions & 50 deletions
Large diffs are not rendered by default.

__tests__/integration/schema/__snapshots__/computedColumnsFalse.test.ts.snap

Lines changed: 88 additions & 50 deletions
Large diffs are not rendered by default.

__tests__/integration/schema/__snapshots__/defaultOptions.test.ts.snap

Lines changed: 88 additions & 50 deletions
Large diffs are not rendered by default.

__tests__/integration/schema/__snapshots__/ignoreIndexesFalse.test.ts.snap

Lines changed: 71 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,9 @@ type BigFloatRangeBound {
259259
}
260260
261261
"""
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.
263265
"""
264266
scalar BigInt
265267
@@ -451,7 +453,8 @@ type DateRangeBound {
451453
}
452454
453455
"""
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.
455458
"""
456459
scalar Datetime
457460
@@ -701,7 +704,8 @@ type Filterable implements Node {
701704
last: Int
702705
703706
"""
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\`.
705709
"""
706710
offset: Int
707711
): ChildrenConnection!
@@ -719,7 +723,8 @@ type Filterable implements Node {
719723
last: Int
720724
721725
"""
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\`.
723728
"""
724729
offset: Int
725730
): FilterableComputedSetofIntConnection!
@@ -758,8 +763,6 @@ type Filterable implements Node {
758763
numeric: BigFloat
759764
parentId: Int
760765
text: String
761-
762-
""""""
763766
textOmitFilter: String
764767
time: Time
765768
timestamp: Datetime
@@ -1008,15 +1011,12 @@ enum ForwardsOrderBy {
10081011
}
10091012
10101013
type FullyOmitted implements Node {
1011-
""""""
10121014
id: Int!
10131015
10141016
"""
10151017
A globally unique identifier. Can be used in various places throughout the system to identify this single value.
10161018
"""
10171019
nodeId: ID!
1018-
1019-
""""""
10201020
text: String
10211021
}
10221022
@@ -1252,7 +1252,9 @@ type Interval {
12521252
months: Int
12531253
12541254
"""
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 dont
1257+
have a smaller unit than seconds.
12561258
"""
12571259
seconds: Float
12581260
@@ -1547,7 +1549,8 @@ type Query implements Node {
15471549
last: Int
15481550
15491551
"""
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\`.
15511554
"""
15521555
offset: Int
15531556
@@ -1575,7 +1578,8 @@ type Query implements Node {
15751578
last: Int
15761579
15771580
"""
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\`.
15791583
"""
15801584
offset: Int
15811585
@@ -1603,7 +1607,8 @@ type Query implements Node {
16031607
last: Int
16041608
16051609
"""
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\`.
16071612
"""
16081613
offset: Int
16091614
@@ -1631,7 +1636,8 @@ type Query implements Node {
16311636
last: Int
16321637
16331638
"""
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\`.
16351641
"""
16361642
offset: Int
16371643
@@ -1659,7 +1665,8 @@ type Query implements Node {
16591665
last: Int
16601666
16611667
"""
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\`.
16631670
"""
16641671
offset: Int
16651672
@@ -1687,7 +1694,8 @@ type Query implements Node {
16871694
last: Int
16881695
16891696
"""
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\`.
16911699
"""
16921700
offset: Int
16931701
@@ -1715,7 +1723,8 @@ type Query implements Node {
17151723
last: Int
17161724
17171725
"""
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\`.
17191728
"""
17201729
offset: Int
17211730
@@ -1743,7 +1752,8 @@ type Query implements Node {
17431752
last: Int
17441753
17451754
"""
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\`.
17471757
"""
17481758
offset: Int
17491759
@@ -1771,7 +1781,8 @@ type Query implements Node {
17711781
last: Int
17721782
17731783
"""
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\`.
17751786
"""
17761787
offset: Int
17771788
@@ -1799,7 +1810,8 @@ type Query implements Node {
17991810
last: Int
18001811
18011812
"""
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\`.
18031815
"""
18041816
offset: Int
18051817
@@ -1827,7 +1839,8 @@ type Query implements Node {
18271839
last: Int
18281840
18291841
"""
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\`.
18311844
"""
18321845
offset: Int
18331846
@@ -1850,7 +1863,8 @@ type Query implements Node {
18501863
last: Int
18511864
18521865
"""
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\`.
18541868
"""
18551869
offset: Int
18561870
@@ -1878,7 +1892,8 @@ type Query implements Node {
18781892
last: Int
18791893
18801894
"""
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\`.
18821897
"""
18831898
offset: Int
18841899
@@ -1906,7 +1921,8 @@ type Query implements Node {
19061921
last: Int
19071922
19081923
"""
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\`.
19101926
"""
19111927
offset: Int
19121928
@@ -1934,7 +1950,8 @@ type Query implements Node {
19341950
last: Int
19351951
19361952
"""
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\`.
19381955
"""
19391956
offset: Int
19401957
@@ -1962,7 +1979,8 @@ type Query implements Node {
19621979
last: Int
19631980
19641981
"""
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\`.
19661984
"""
19671985
offset: Int
19681986
@@ -1990,7 +2008,8 @@ type Query implements Node {
19902008
last: Int
19912009
19922010
"""
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\`.
19942013
"""
19952014
offset: Int
19962015
@@ -2018,7 +2037,8 @@ type Query implements Node {
20182037
last: Int
20192038
20202039
"""
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\`.
20222042
"""
20232043
offset: Int
20242044
@@ -2046,7 +2066,8 @@ type Query implements Node {
20462066
last: Int
20472067
20482068
"""
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\`.
20502071
"""
20512072
offset: Int
20522073
@@ -2069,7 +2090,8 @@ type Query implements Node {
20692090
last: Int
20702091
20712092
"""
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\`.
20732095
"""
20742096
offset: Int
20752097
@@ -2202,10 +2224,11 @@ type Query implements Node {
22022224
last: Int
22032225
22042226
"""
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\`.
22062229
"""
22072230
offset: Int
2208-
): FuncReturnsTableMultiColConnection!
2231+
): FuncReturnsTableMultiColConnection
22092232
funcReturnsTableOneCol(
22102233
"""Read all values in the set after (below) this cursor."""
22112234
after: Cursor
@@ -2221,10 +2244,11 @@ type Query implements Node {
22212244
last: Int
22222245
22232246
"""
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\`.
22252249
"""
22262250
offset: Int
2227-
): FuncReturnsTableOneColConnection!
2251+
): FuncReturnsTableOneColConnection
22282252
22292253
"""Reads and enables pagination through a set of \`Filterable\`."""
22302254
funcTaggedFilterableReturnsSetofFilterable(
@@ -2246,10 +2270,11 @@ type Query implements Node {
22462270
last: Int
22472271
22482272
"""
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\`.
22502275
"""
22512276
offset: Int
2252-
): FilterablesConnection!
2277+
): FilterablesConnection
22532278
funcTaggedFilterableReturnsTableMultiCol(
22542279
"""Read all values in the set after (below) this cursor."""
22552280
after: Cursor
@@ -2269,10 +2294,11 @@ type Query implements Node {
22692294
last: Int
22702295
22712296
"""
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\`.
22732299
"""
22742300
offset: Int
2275-
): FuncTaggedFilterableReturnsTableMultiColConnection!
2301+
): FuncTaggedFilterableReturnsTableMultiColConnection
22762302
22772303
"""Reads a single \`JsonbTest\` using its globally unique \`ID\`."""
22782304
jsonbTest(
@@ -2328,14 +2354,16 @@ type Query implements Node {
23282354
last: Int
23292355
23302356
"""
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\`.
23322359
"""
23332360
offset: Int
23342361
otherId: Int
2335-
): ProtectedsConnection!
2362+
): ProtectedsConnection
23362363
23372364
"""
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.
23392367
"""
23402368
query: Query!
23412369
@@ -2536,7 +2564,8 @@ type SideA implements Node {
25362564
last: Int
25372565
25382566
"""
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\`.
25402569
"""
25412570
offset: Int
25422571

0 commit comments

Comments
 (0)