Skip to content

Commit ac316ff

Browse files
committed
update comment
1 parent 2fc8aac commit ac316ff

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

graphene_sqlalchemy/types.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,8 @@ def batch_load_fn(self, parents): # pylint: disable=method-hidden
245245
when callling `all()`, we skip the first `SELECT` statement
246246
and jump right before the `selectin` loader is called.
247247
To accomplish this, we have to construct objects that are
248-
normally built in the first part of the query and then
249-
call then invoke the `selectin` post loader.
250-
251-
For this reason, if you're trying to understand the steps below,
252-
it's easier to start at the bottom (ie `post_load.invoke`) and
253-
go backward.
248+
normally built in the first part of the query in order
249+
to call directly `SelectInLoader._load_for_path`.
254250
"""
255251
session = Session.object_session(parents[0])
256252

0 commit comments

Comments
 (0)