cb
02/05/2019, 8:50 PMcb
02/05/2019, 8:50 PMEric Bahr
02/05/2019, 11:11 PMIndustrial
02/05/2019, 11:39 PMPkmmte
02/06/2019, 12:55 AMcreate
mutations inside an update
mutation are absolute or cumulative?
For example:
If I update a Menu
to create
more `Product`s, like so:
mutation {
updateMenu(where: {id: $id}, data: {
products: {
create: [
{}, ...
]
}
}) {
id
}
}
... does this replace the products it already had or does it add them to the existing list?denirachmadi
02/06/2019, 2:32 AMdenirachmadi
02/06/2019, 2:32 AMok
02/06/2019, 2:53 AMHamendra Bairwa
02/06/2019, 7:12 AMHamendra Bairwa
02/06/2019, 7:14 AMHamendra Bairwa
02/06/2019, 9:03 AMEmil Forsmann
02/06/2019, 11:49 AMMartí Crespí
02/06/2019, 11:56 AMPRISMA_ENDPOINT = "<http://localhost:4466>"
, but when I execute prisma deploy --env-file .env.dev
it shows me an error when it try to get it at prisma.yml with endpoint: ${env:PRISMA_ENDPOINT}
Error > A valid environment variable to satisfy the declaration 'env:PRISMA_ENDPOINT' could not be found.
rein
02/06/2019, 12:20 PMWill
02/06/2019, 3:08 PMimpowski
02/06/2019, 3:46 PMAndres Montoya
02/06/2019, 3:54 PMBen Liger
02/06/2019, 4:47 PMBrian
02/06/2019, 5:30 PMed
02/06/2019, 6:27 PMed
02/06/2019, 6:27 PM# Event Permissions
- operation: Event.read
- operation: Event.create
authenticated: true
- operation: Event.update
authenticated: true
- operation: Event.delete
authenticated: true
ed
02/06/2019, 6:28 PMed
02/06/2019, 6:28 PMed
02/06/2019, 6:28 PMvjsingh
02/06/2019, 8:32 PMcb
02/06/2019, 9:04 PMLuca
02/06/2019, 9:21 PMLuca
02/06/2019, 9:26 PMcb
02/06/2019, 9:29 PMcb
02/06/2019, 9:30 PM