mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 18:21:40 -05:00
13 lines
364 B
Markdown
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
|