20 lines
315 B
JSON
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'."
|
|
}
|
|
]
|
|
}
|