Merge pull request #9646 from tchak/graphql-fix-pagination-preloader

fix(graphql): fix preloader with pagination
This commit is contained in:
Paul Chavard 2023-10-26 09:54:36 +00:00 committed by GitHub
commit 9ea59814ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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