fix(graphql): fix preloader with pagination
This commit is contained in:
parent
e7fc8661d5
commit
fbf2cfae50
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ module Connections
|
|||
@lookahead = lookahead
|
||||
end
|
||||
|
||||
def nodes
|
||||
def load_nodes
|
||||
if @nodes.nil? && preload?
|
||||
DossierPreloader.new(super).all
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue