apollo-server/docs/source/best-practices/testing.md
2018-04-19 14:51:15 +03:00

13 lines
364 B
Markdown

---
title: Testing
---
Intro section about separation of concerns making GraphQL ideal for unit testing as well integration testing
> (James) Add API for ApolloServer to make it easy to run integration tests against? Dependency injection anyone?
## Unit testing resolvers
## Integration testing operations
## Using your schema to mock data for client testing