v0.3.0-beta.28
Pre-release
Pre-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.