Merge pull request #9646 from tchak/graphql-fix-pagination-preloader
fix(graphql): fix preloader with pagination
This commit is contained in:
commit
9ea59814ad
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