Skip to content

v0.3.0-beta.28

Pre-release
Pre-release
Compare
Choose a tag to compare
@pradel pradel released this 10 Sep 14:25
· 675 commits to master since this release

Features

  • update deps (#455)
  • additional fields user (#438)
  • Load the user in the context resolver (#437)
  • Removes unused schema in graphql-client (#430)

Breaking changes

  • The new graphql context is now async
context: async ({ req }) => ({
...(await accountsContext(req, {
  accountsServer: this.accountsServer,
myContext: 'context'
})),
  • additional fields user (#438) See the pull request description for more details.