gqlgen-sqlboiler
gqlgen-sqlboiler copied to clipboard
Can not paginate / order by nullable column
Column should not be nullable now since else it will add a pointer in where statement
SELECT product
.* FROM product
WHERE ((name, id) > (?,?)) ORDER BY name ASC, id ASC LIMIT 61;
[0xc0005a31d0 24]