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
|
@lookahead = lookahead
|
||||||
end
|
end
|
||||||
|
|
||||||
def nodes
|
def load_nodes
|
||||||
if @nodes.nil? && preload?
|
if @nodes.nil? && preload?
|
||||||
DossierPreloader.new(super).all
|
DossierPreloader.new(super).all
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue