v8.0.0
8.0.0 (2020-02-16)
Features
- reduced what's accessible from response functions (546e53b)
BREAKING CHANGES
- GraphQL response functions only have access to variables, context and updateContext
(query and operationName removed). HTTP response functions only have access to body, query, params,
context and updateContext (all other express request fields removed).