27 lines
485 B
JSON
27 lines
485 B
JSON
{
|
|
"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" }
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|