{ "priority": 10, "request": { "method": "POST", "urlPath": "/graphql", "bodyPatterns": [ { "contains": "createPlaceMultiple" } ] }, "response": { "status": 200, "headers": { "Content-Type": "application/json" }, "jsonBody": { "data": { "createPlaceMultiple": [ { "id": "wm_place_a", "__typename": "Place" }, { "id": "wm_place_b", "__typename": "Place" } ] } } } }