Dmitry B

Results 2 issues of Dmitry B

The following happens when I call loadNextPage on the Query Store and my query has variable limit and is not written by default (otherwise it's working correctly): 1. First request...

Bug

I'm using [KeystoneJS](https://keystonejs.com/) graphql as my backend and they schema look like this: ``` items( where: ItemWhereInput! = {} orderBy: [ItemOrderByInput!]! = [] take: Int skip: Int! = 0 ):...

Enhancement