Maxime Scibetta
05/01/2018, 9:42 AM$ prisma deploy
Deploying service `s-cool` to stage `dev` to server `prisma-eu1` !
ERROR: The provided name: coursesByDriver is not a valid name for a relation. It can only have up to 54 characters and must have the shape [A-Z][a-zA-Z0-9]*
{
"data": {
"deploy": null
},
"errors": [
{
"locations": [
{
"line": 2,
"column": 9
}
],
"path": [
"deploy"
],
"code": 4004,
"message": "The provided name: coursesByDriver is not a valid name for a relation. It can only have up to 54 characters and must have the shape [A-Z][a-zA-Z0-9]*",
"requestId": "eu1:cluster:cjgnhh5ufpnuy0b18lwcu1nvf"
}
],
"status": 200
}
Get in touch if you need help: <https://www.graph.cool/forum>
To get more detailed output, run $ export DEBUG="*"
nilan
05/01/2018, 9:47 AMCoursesByDriver
instead 🙂Maxime Scibetta
05/01/2018, 9:48 AM