Expand description
Test harness and mocks for the Apollo Router.
Modules§
- mocks
- Mocks for services the Apollo Router must integrate with.
Structs§
- Mocked
Subgraphs - a list of subgraphs with pregenerated responses
- Test
Harness - Builder for the part of an Apollo Router that handles GraphQL requests, as a
tower::Service.
Functions§
- make_
fake_ batch - Convert a graphql request into a batch of requests
Type Aliases§
- Http
Service - An HTTP-level service, as would be given to Hyper’s server