[
  {
    "scope": "http://127.0.0.1:56523",
    "method": "POST",
    "path": "/api/graphql",
    "body": {
      "query": "query fetchArticle($input: ArticleInput) { \n          article(input: $input) { \n            state\n            creationDate\n            headlinePlain\n          }\n        }",
      "variables": {
        "input": {
          "id": "5afb22871a6fcc00015ec57d"
        }
      }
    },
    "status": 200,
    "response": {
      "data": {
        "article": {
          "state": "checkedin",
          "creationDate": "2018-06-24T00:34:45.253Z",
          "headlinePlain": "mocked headline"
        }
      }
    },
    "rawHeaders": [
      "X-Powered-By",
      "Express",
      "Access-Control-Allow-Origin",
      "*",
      "Content-Type",
      "application/json",
      "Content-Length",
      "119",
      "Date",
      "Mon, 08 Oct 2018 10:33:05 GMT",
      "Connection",
      "close"
    ]
  }
]