Skip to content

Commit 83c60cf

Browse files
committed
Update snapshot
1 parent 93efca6 commit 83c60cf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

__tests__/integration/__snapshots__/schema.test.js.snap

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,21 @@ input BigFloatFilter {
273273
# Checks for values equal to this value.
274274
equalTo: BigFloat
275275

276+
# Checks for values greater than this value.
277+
greaterThan: BigFloat
278+
279+
# Checks for values greater than or equal to this value.
280+
greaterThanOrEqualTo: BigFloat
281+
276282
# Checks for values in this list.
277283
in: [BigFloat!]
278284

285+
# Checks for values less than this value.
286+
lessThan: BigFloat
287+
288+
# Checks for values less than or equal to this value.
289+
lessThanOrEqualTo: BigFloat
290+
279291
# Checks for values equal to this value, treating null like an ordinary value.
280292
notDistinctFrom: BigFloat
281293

0 commit comments

Comments
 (0)