This repository was archived by the owner on Dec 3, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ require (
66 github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
77 github.com/urfave/cli/v2 v2.2.0
88 github.com/web-ridge/go-pluralize v0.1.5
9- github.com/web-ridge/gqlgen-sqlboiler/v2 v2.0.6
9+ github.com/web-ridge/gqlgen-sqlboiler/v2 v2.0.11
1010)
Original file line number Diff line number Diff line change @@ -64,6 +64,8 @@ github.com/web-ridge/go-pluralize v0.1.5 h1:P6msW3rPYufi2HfQKMA/EHv6ZozBTt0nDlAI
6464github.com/web-ridge/go-pluralize v0.1.5 /go.mod h1:Gx0NuzKc+RpUrcbR4wwcJt3R1JxwdtIvKbHKuRZykUc =
6565github.com/web-ridge/gqlgen-sqlboiler/v2 v2.0.6 h1:aNU/V8DnBsmB5j1nA4soxHvccEZQ/sVjoFTQ/DvKdjQ =
6666github.com/web-ridge/gqlgen-sqlboiler/v2 v2.0.6 /go.mod h1:OIPsaGI6OEOJfF/DAg3jbdJao8/RezndHmjVOz2rbCw =
67+ github.com/web-ridge/gqlgen-sqlboiler/v2 v2.0.11 h1:AdkJRFOAL14Y3L1wN+p8q9PAJeaN7RHGFARWLR/1jbI =
68+ github.com/web-ridge/gqlgen-sqlboiler/v2 v2.0.11 /go.mod h1:OIPsaGI6OEOJfF/DAg3jbdJao8/RezndHmjVOz2rbCw =
6769github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
6870golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
6971golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
Original file line number Diff line number Diff line change @@ -288,9 +288,8 @@ input FloatFilter {
288288}
289289
290290input BooleanFilter {
291- isTrue: Boolean
292- isFalse: Boolean
293- isNull: Boolean
291+ equalTo: Boolean
292+ notEqualTo: Boolean
294293}
295294`
296295
You can’t perform that action at this time.
0 commit comments