cli/test/fixtures/repoNotFound.json
2020-02-25 16:26:51 -06:00

20 lines
315 B
JSON

{
"data": {
"repository": null
},
"errors": [
{
"type": "NOT_FOUND",
"path": [
"repository"
],
"locations": [
{
"line": 2,
"column": 3
}
],
"message": "Could not resolve to a Repository with the name 'REPO'."
}
]
}