See issue for context.
This query is allowed in the metadata snapshot, mounted at container runtime. Both the allowed and another query are run by the start script.
$ npm start
{
"data": {
"foo": [
{
"id": 1
},
{
"id": 2
},
{
"id": 3
}
]
}
}
{
"errors": [
{
"extensions": {
"path": "$",
"code": "validation-failed"
},
"message": "query is not allowed"
}
]
}
$ npm start
{
"errors": [
{
"extensions": {
"path": "$",
"code": "validation-failed"
},
"message": "query is not allowed"
}
]
}
{
"errors": [
{
"extensions": {
"path": "$",
"code": "validation-failed"
},
"message": "query is not allowed"
}
]
}
npm i
docker-compose up -d
npm start
docker-compose down