Skip to content

Release 0.4.1

Compare
Choose a tag to compare
@dmerrill6 dmerrill6 released this 14 Jul 23:55
· 75 commits to master since this release
9bb479b

Change log

  • Reduced the amount of database roundtrips required to build up the complete graphql response (now 2 queries are required if fetching totalCount and 1 otherwise). This was done by skipping calls to getNodesLength and calculating node operations with less info.

  • Added an option to skip fetching totalCount for large databases.

  • Added startCursor and endCursor to the response payload.

  • Security patches in deps.