input UserFinder {
query: String
except: [ID]
exceptShop: ID
}
with variables set to
first: 10,
after: null,
find: {
query: ''
},
When trying to loadMore in pagination container, I've got empty edges array. And all nodes in props.viewer got __status__:4.
Server return response with correct data for its request.
When filter set to null, pagination works perfect.
Compat mode.
Having connection like
where find is
with variables set to
When trying to
loadMore
in pagination container, I've got empty edges array. And all nodes inprops.viewer
got__status__:4
. Server return response with correct data for its request. Whenfilter
set tonull
, pagination works perfect.