Skip to content

API rewrite

Choose a tag to compare

@qustavo qustavo released this 02 Jun 12:36
· 66 commits to master since this release

Changes:

  • Hooks receive a Context rather than (query, args) tuple
  • All hooks have the same signature
  • Hooks are now an interface rather than a concrete Type
  • Hooks can stop execution (thanks @nkev)