apollo-server/packages/apollo-server-testing
Jesse Rosenberger d36eea0f84 typings: Improvements for apollo-server-testing's createTestClient. (#1943)
The `createTestClient` should receive either a `query` or a `mutation`, but
not both.
2018-11-10 20:48:43 -08:00
..
src typings: Improvements for apollo-server-testing's createTestClient. (#1943) 2018-11-10 20:48:43 -08:00
CHANGELOG.md Introduce apollo-server-testing package. (#1909) 2018-11-05 11:22:30 -08:00
jest.config.js Introduce apollo-server-testing package. (#1909) 2018-11-05 11:22:30 -08:00
package.json Publish 2018-11-07 08:17:21 -08:00
README.md Introduce apollo-server-testing package. (#1909) 2018-11-05 11:22:30 -08:00
tsconfig.json Introduce apollo-server-testing package. (#1909) 2018-11-05 11:22:30 -08:00

apollo-server-testing

npm version Build Status

This is the testing module of the Apollo community GraphQL Server. Read the docs. Read the CHANGELOG.