Skip to content

v8.0.0

Compare
Choose a tag to compare
@kenneth-gray kenneth-gray released this 16 Feb 01:26

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).