Skip to content

Commit

Permalink
chore(deps): upgrade postgraphile-core & tslib; freshen yarn.lock (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Dec 2, 2022
1 parent 8d71011 commit 2e8b6f5
Show file tree
Hide file tree
Showing 15 changed files with 1,172 additions and 691 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

138 changes: 88 additions & 50 deletions __tests__/integration/schema/__snapshots__/arraysFalse.test.ts.snap

Large diffs are not rendered by default.

Large diffs are not rendered by default.

138 changes: 88 additions & 50 deletions __tests__/integration/schema/__snapshots__/defaultOptions.test.ts.snap

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,9 @@ type BigFloatRangeBound {
}
"""
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.
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.
"""
scalar BigInt
Expand Down Expand Up @@ -451,7 +453,8 @@ type DateRangeBound {
}
"""
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.
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.
"""
scalar Datetime
Expand Down Expand Up @@ -701,7 +704,8 @@ type Filterable implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
): ChildrenConnection!
Expand All @@ -719,7 +723,8 @@ type Filterable implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
): FilterableComputedSetofIntConnection!
Expand Down Expand Up @@ -758,8 +763,6 @@ type Filterable implements Node {
numeric: BigFloat
parentId: Int
text: String
""""""
textOmitFilter: String
time: Time
timestamp: Datetime
Expand Down Expand Up @@ -1008,15 +1011,12 @@ enum ForwardsOrderBy {
}
type FullyOmitted implements Node {
""""""
id: Int!
"""
A globally unique identifier. Can be used in various places throughout the system to identify this single value.
"""
nodeId: ID!
""""""
text: String
}
Expand Down Expand Up @@ -1252,7 +1252,9 @@ type Interval {
months: Int
"""
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.
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 dont
have a smaller unit than seconds.
"""
seconds: Float
Expand Down Expand Up @@ -1547,7 +1549,8 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
Expand Down Expand Up @@ -1575,7 +1578,8 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
Expand Down Expand Up @@ -1603,7 +1607,8 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
Expand Down Expand Up @@ -1631,7 +1636,8 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
Expand Down Expand Up @@ -1659,7 +1665,8 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
Expand Down Expand Up @@ -1687,7 +1694,8 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
Expand Down Expand Up @@ -1715,7 +1723,8 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
Expand Down Expand Up @@ -1743,7 +1752,8 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
Expand Down Expand Up @@ -1771,7 +1781,8 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
Expand Down Expand Up @@ -1799,7 +1810,8 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
Expand Down Expand Up @@ -1827,7 +1839,8 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
Expand All @@ -1850,7 +1863,8 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
Expand Down Expand Up @@ -1878,7 +1892,8 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
Expand Down Expand Up @@ -1906,7 +1921,8 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
Expand Down Expand Up @@ -1934,7 +1950,8 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
Expand Down Expand Up @@ -1962,7 +1979,8 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
Expand Down Expand Up @@ -1990,7 +2008,8 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
Expand Down Expand Up @@ -2018,7 +2037,8 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
Expand Down Expand Up @@ -2046,7 +2066,8 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
Expand All @@ -2069,7 +2090,8 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
Expand Down Expand Up @@ -2202,10 +2224,11 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
): FuncReturnsTableMultiColConnection!
): FuncReturnsTableMultiColConnection
funcReturnsTableOneCol(
"""Read all values in the set after (below) this cursor."""
after: Cursor
Expand All @@ -2221,10 +2244,11 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
): FuncReturnsTableOneColConnection!
): FuncReturnsTableOneColConnection
"""Reads and enables pagination through a set of \`Filterable\`."""
funcTaggedFilterableReturnsSetofFilterable(
Expand All @@ -2246,10 +2270,11 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
): FilterablesConnection!
): FilterablesConnection
funcTaggedFilterableReturnsTableMultiCol(
"""Read all values in the set after (below) this cursor."""
after: Cursor
Expand All @@ -2269,10 +2294,11 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
): FuncTaggedFilterableReturnsTableMultiColConnection!
): FuncTaggedFilterableReturnsTableMultiColConnection
"""Reads a single \`JsonbTest\` using its globally unique \`ID\`."""
jsonbTest(
Expand Down Expand Up @@ -2328,14 +2354,16 @@ type Query implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
otherId: Int
): ProtectedsConnection!
): ProtectedsConnection
"""
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.
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.
"""
query: Query!
Expand Down Expand Up @@ -2536,7 +2564,8 @@ type SideA implements Node {
last: Int
"""
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor based pagination. May not be used with \`last\`.
Skip the first \`n\` values from our \`after\` cursor, an alternative to cursor
based pagination. May not be used with \`last\`.
"""
offset: Int
Expand Down
Loading

0 comments on commit 2e8b6f5

Please sign in to comment.