UNPKG

329 BMarkdownView Raw
1# Changelog
2
3### vNEXT
4
5* `apollo-server-testing`: Add `variables` and `operationName` prop to `Query` and `Mutation` types. [PR #2307](https://github.com/apollographql/apollo-server/pull/2307) [Issue #2172](https://github.com/apollographql/apollo-server/issue/2172)
6* `apollo-server-testing`: Added `createTestClient` function.