Skip to content

Commit

Permalink
Revert "Revert "fix docs""
Browse files Browse the repository at this point in the history
This reverts commit 20b8e0c
  • Loading branch information
mfn committed Jul 27, 2019
1 parent 2c7674c commit e43e245
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e43e245

Please sign in to comment.