Concept Flow - Snapshot testing queries
Write GraphQL Query
Run Query Against API
Capture Response Snapshot
Compare New Response to Snapshot
Test Pass
This flow shows how a GraphQL query is run, its response saved as a snapshot, and future runs compare responses to detect changes.