Title
p

panzupa

11/22/2017, 5:35 PM
Am I wrong or the current implementation of Permission Queriess that returns
count = all_nodes_in_database
(instead of number of nodes to which current user HAS access) is BREAKING PaginationContainer in Relay Modern?
I believe Pagination Container is using
count
variable to determine number of nodes, and it is not prepared to recieve smaller amount of nodes than in
count
, which is a case as currently
null
is sent instead of a node to which user does not have access