Open olirice opened 3 years ago
When null is passed to a first/last argument on a connection it errors with
null
int() argument must be a string, a bytes-like object or a number, not 'NoneType'
Culprit https://github.com/olirice/nebulo/blob/master/src/nebulo/gql/resolve/transpile/query_builder.py#L84
When
null
is passed to a first/last argument on a connection it errors withCulprit https://github.com/olirice/nebulo/blob/master/src/nebulo/gql/resolve/transpile/query_builder.py#L84