Kurt
12/05/2019, 5:39 PMBurim Ameti
12/03/2019, 8:45 AMpm33
12/06/2019, 1:07 AMtej
12/17/2019, 9:24 AMtej
12/17/2019, 9:25 AMpreetb123
12/18/2019, 8:20 AMJulian Rachman
12/28/2019, 11:54 PMMounika
01/02/2020, 5:54 AMMounika
01/02/2020, 5:55 AMAlex
01/02/2020, 9:09 AMAwey
01/04/2020, 8:08 PMMike Perry Yeboah Attara
01/05/2020, 11:39 AMDaniel
01/06/2020, 10:42 PMprisma2
? A crud
, or you build a custom one, or you try to mix them both?
Because I see that crud
can solve a lot of time, however, in another hand, I don't want to put all the responsibilities and opportunities of the methods on the client side 🤨. What you could suggest?Ashiqur Rahman
01/16/2020, 4:50 PMTallan Groberg
01/20/2020, 9:22 PMMohammad Javad Ebrahimzadeh
01/23/2020, 12:09 PMMohammad Javad Ebrahimzadeh
01/24/2020, 11:08 AMMohammad Javad Ebrahimzadeh
01/24/2020, 11:09 AMprisma deploy
ERROR: No cluster could be found for workspace '*' and cluster 'default'
{
"data": {
"generateClusterToken": null
},
"errors": [
{
"message": "No cluster could be found for workspace '*' and cluster 'default'",
"locations": [
{
"line": 3,
"column": 9
}
],
"path": [
"generateClusterToken"
],
"code": 222
}
],
"status": 200
}
Get in touch if you need help: <https://slack.prisma.io>
To get more detailed output, run $ export DEBUG="*"
(node:15304) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
Timothée Reynaud
02/04/2020, 10:38 PMconst newTrack = await prisma.createTrack({
details: metadatas
})
but serverside.
I'm wondering if this could be anti-patterns ? Any thought would be welcome !!Lieven
02/11/2020, 2:31 PMimage: prismagraphql/prisma:1.7
restart: unless-stopped
ports:
- "4001:4466"
depends_on:
- db
environment:
PRISMA_CONFIG: |
managementApiSecret: server.secret.123
port: 4466
databases:
default:
connector: mysql
active: true
host: db
port: 3306
user: root
password: prisma
Lieven
02/11/2020, 2:31 PMAdidi
02/20/2020, 9:46 PMPeter T
02/24/2020, 6:58 PMdnbkr
02/25/2020, 2:57 AMkitze
02/28/2020, 6:55 AMemad darabeh
02/29/2020, 10:10 AMArber
03/01/2020, 2:23 PMMarc
03/02/2020, 3:47 PMJamesJ
03/05/2020, 3:58 PMDinesh
03/06/2020, 12:18 PM