Skip to content

Commit 20b8e0c

Browse files
committed
Revert "fix docs"
This reverts commit df50ff8
1 parent d8ac4e6 commit 20b8e0c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Readme.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1592,8 +1592,11 @@ The following is not a bullet-proof list but should serve as a guide. It's not a
15921592

15931593
Lazy loading of types is a way of improving the start up performance.
15941594

1595-
If you are declaring types using aliases it is not supported.
1596-
If that is not the case, you can enable it with `lazyload_types` set to `true`.
1595+
There are however scenarios where it's not supported:
1596+
- types using aliases
1597+
- built-in paginations via `GraphQL::pagination()` (which triggers the former)
1598+
1599+
If you use neither, you can enable it with `lazyload_types` set to `true`.
15971600

15981601
#### Example of aliasing **not** supported by lazy loading
15991602

0 commit comments

Comments
 (0)