subgraph-mock 0.2.1

A standalone mock subgraph server designed to be placed behind a supergraph for testing.
Documentation
1
2
3
4
5
6
7
cache_responses: false

response_generation:
  http_error_ratio: [1, 2]
  graphql_errors:
    request_error_ratio: [1, 2]
    field_error_ratio: [1, 2]