Skip to content

v2.2.0

Compare
Choose a tag to compare
@TheDro TheDro released this 17 Mar 19:59
· 15 commits to master since this release
c41cdd9

Made some performance improvements:

  • Relations are memoized to avoid using reflection multiple times for the same graphql subquery.
  • Added a new preload configuration parameter to use preloading and avoid querying the root active record each time. This is technically a breaking change so you need to enable it explicitly until version 3.x.