We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ac4e6 commit 20b8e0cCopy full SHA for 20b8e0c
Readme.md
@@ -1592,8 +1592,11 @@ The following is not a bullet-proof list but should serve as a guide. It's not a
1592
1593
Lazy loading of types is a way of improving the start up performance.
1594
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`.
+There are however scenarios where it's not supported:
+- 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`.
1600
1601
#### Example of aliasing **not** supported by lazy loading
1602
0 commit comments