kreuzwerker / DKT.flows-engine

Apache License 2.0
0 stars 0 forks source link

TestStep mutation response with an error #87

Closed johipsum closed 6 years ago

johipsum commented 6 years ago
{
    "errors": [
        {
            "message": "The provided key element does not match the schema",
            "locations": [
                {
                    "line": 5,
                    "column": 5
                }
            ],
            "path": [
                "testStep",
                "service"
            ]
        }
    ],
    "data": {
        "testStep": {
            "id": "ciy0jidbmaivt0133sqdy35e6",
            "description": "Triggers a flow run with a given url",
            "service": null,
            "result": null,
            "error": null,
            "tested": true,
            "__typename": "StepTestType"
        }
    }
}