- feat: refactor
include_gql_preloads
to auto calculatequery_key
and make it optional - feat: support
:preload
option when defining a field
- feat: auto camelize key for queries and mutations
- feat: add debug mode
GraphqlPreloadQueries::DEBUG = true
- fix: detect the correct Query Result Type
- Fix: Fix deep recursive stack error
- fix: add default preload to key
- fix: fix invalid key when deep preloading
- Refactor: Preload associations when iterating activeRecord::Relation
- Add rails query preload support for queries, mutations and gql object types.