Testing & Debugging
Testing and debugging are essential parts of the development process. This section will help you understand how to test and debug your application.
- Gateway Tester: Run the Hive Gateway in memory for fast, isolated tests.
 - Mocking: Mock your GraphQL schema for testing.
 - HTTP Details in Extensions: Debugging HTTP details in the GraphQL response
 - Upstream HTTP Snapshot: Debugging the upstream HTTP response by avoiding the network call
 
Last updated on