rcy
03/07/2018, 6:48 PMFitch
03/07/2018, 7:03 PMFitch
03/07/2018, 7:04 PMkitze
03/07/2018, 7:10 PMharmony
03/07/2018, 7:10 PMharmony
03/07/2018, 7:10 PMharmony
03/07/2018, 7:10 PMFitch
03/07/2018, 7:14 PMjhony0311
03/07/2018, 7:15 PMkitze
03/07/2018, 7:16 PMallpwrfulroot
03/07/2018, 7:26 PMFitch
03/07/2018, 7:27 PMGary
03/07/2018, 7:35 PMsenorcodecat
03/07/2018, 7:35 PMnilan
03/07/2018, 7:36 PMalec
03/07/2018, 8:04 PMmanuel.dicristo
03/07/2018, 8:30 PMprisma deploy
manuel.dicristo
03/07/2018, 8:30 PMERROR: for prisma-db Cannot create container for service prisma-db: Conflict. The container name "/prisma-db" is already in use by
Creating local_prisma-database_1 ...
manuel.dicristo
03/07/2018, 8:30 PMmanticarodrigo
03/07/2018, 10:42 PMapollo-upload-server
and apollo-upload-client
here’s an example repo: https://github.com/manticarodrigo/prisma-s3. I’ll be posting a tutorial soon!gihrig
03/07/2018, 10:58 PMreturn ctx.db.mutation.updateItem(
{
where: { id },
data: {
icon,
href,
desc,
title,
keywords,
},
I want to be able execute this in the Playground:
mutation{
updateItem(
id: "cjehhjypy008k01177zefqey0"
title: "New Title"
)
{
id
title
}
}
And I get this error:
"message": "icon is not defined"
gihrig
03/07/2018, 11:06 PMJonathan
03/08/2018, 12:29 AMJonathan
03/08/2018, 12:30 AMJonathan
03/08/2018, 12:31 AMJonathan
03/08/2018, 12:31 AMJonathan
03/08/2018, 12:31 AMMax Hodges
03/08/2018, 2:09 AMjustinrich
03/08/2018, 2:30 AMjustinrich
03/08/2018, 2:31 AM