wiremock_apim.mappings.getGraphqlSchema.json Maven / Gradle / Ivy
The newest version!
{
"request": {
"method": "GET",
"url": "/graphql/starwars.graphqls"
},
"response": {
"status": 200,
"bodyFileName": "starwars.graphqls",
"headers": {
"Content-Type": "application/octet-stream"
}
}
}