From e43e2454d1e2eeb107e3c2d94901726bbc184c8a Mon Sep 17 00:00:00 2001 From: Markus Fischer Date: Sat, 27 Jul 2019 23:29:01 +0200 Subject: [PATCH] Revert "Revert "fix docs"" This reverts commit 20b8e0c5 --- Readme.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 19d14b3e..8110cc1e 100644 --- a/Readme.md +++ b/Readme.md @@ -1592,11 +1592,8 @@ The following is not a bullet-proof list but should serve as a guide. It's not a Lazy loading of types is a way of improving the start up performance. -There are however scenarios where it's not supported: -- types using aliases -- built-in paginations via `GraphQL::pagination()` (which triggers the former) - -If you use neither, you can enable it with `lazyload_types` set to `true`. +If you are declaring types using aliases it is not supported. +If that is not the case, you can enable it with `lazyload_types` set to `true`. #### Example of aliasing **not** supported by lazy loading