Skip to content

v4.15.0

Compare
Choose a tag to compare
@spawnia spawnia released this 24 Jun 13:12
· 1008 commits to master since this release

Added

  • Add @withCount directive to eager load relationship counts on field access #1390
  • Extend lighthouse:directive artisan command to allow choosing interfaces #1251
  • Add lighthouse.cache.store configuration option to set the cache store to use for schema caching #1446

Changed

  • Eager load relationship count in @count directive #1390
  • Simplify the default field resolver classes generated by the artisan commands lighthouse:query and lighthouse:mutation,
    add option --full to include the seldom needed resolver arguments $context and $resolveInfo

Fixed

  • Restore application of global scopes in nested relation queries when batching pagination #1447
  • Avoid unnecessarily reloading models with count in nested relation queries #1447